Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.LongLiteral
Packages that use LongLiteral
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 LongLiteral in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type LongLiteral -
Uses of LongLiteral in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type LongLiteralModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(LongLiteral longLiteral, BlockScope scope) booleanASTVisitor.visit(LongLiteral longLiteral, BlockScope scope) booleanGenericAstVisitor.visit(LongLiteral longLiteral, BlockScope scope) -
Uses of LongLiteral in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses of LongLiteral in org.aspectj.org.eclipse.jdt.internal.compiler.astMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return LongLiteralModifier and TypeMethodDescriptionstatic LongLiteralLongLiteral.buildLongLiteral(char[] token, int s, int e) LongLiteral.convertToMinValue()