Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.FalseLiteral
Packages that use FalseLiteral
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 FalseLiteral in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type FalseLiteralModifier and TypeMethodDescriptionAjASTConverter.convert(FalseLiteral expression) ASTConverter.convert(FalseLiteral expression) -
Uses of FalseLiteral in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type FalseLiteralModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(FalseLiteral falseLiteral, BlockScope scope) booleanASTVisitor.visit(FalseLiteral falseLiteral, BlockScope scope) booleanGenericAstVisitor.visit(FalseLiteral falseLiteral, BlockScope scope)