Uses of Interface
org.eclipse.wst.jsdt.core.ast.ILongLiteral

Packages that use ILongLiteral
org.eclipse.wst.jsdt.core.ast   
 

Uses of ILongLiteral in org.eclipse.wst.jsdt.core.ast
 

Subinterfaces of ILongLiteral in org.eclipse.wst.jsdt.core.ast
 interface ILongLiteralMinValue
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.wst.jsdt.core.ast with parameters of type ILongLiteral
 void ASTVisitor.endVisit(ILongLiteral longLiteral)
           
 boolean ASTVisitor.visit(ILongLiteral longLiteral)