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