Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.BooleanLiteral
Packages that use BooleanLiteral
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of BooleanLiteral in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return BooleanLiteralModifier and TypeMethodDescriptionAjASTConverter.convert(FalseLiteral expression)AjASTConverter.convert(TrueLiteral expression)ASTConverter.convert(FalseLiteral expression)ASTConverter.convert(TrueLiteral expression)AST.newBooleanLiteral(boolean value)Creates and returns a new unparented boolean literal node.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type BooleanLiteralModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(BooleanLiteral node)End of visit the given type-specific AST node.booleanASTMatcher.match(BooleanLiteral node, Object other)Returns whether the given node and the other object match.booleanAjNaiveASTFlattener.visit(BooleanLiteral node)booleanASTVisitor.visit(BooleanLiteral node)Visits the given type-specific AST node. -
Uses of BooleanLiteral in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type BooleanLiteral -
Uses of BooleanLiteral in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type BooleanLiteralModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(BooleanLiteral node)booleanASTRewriteFlattener.visit(BooleanLiteral node) -
Uses of BooleanLiteral in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer with parameters of type BooleanLiteralModifier and TypeMethodDescriptionvoidHierarchicalASTVisitor.endVisit(BooleanLiteral node)booleanHierarchicalASTVisitor.visit(BooleanLiteral node)