Uses of Class
edu.ksu.cis.projects.bogor.ast.LongConstant

Packages that use LongConstant
edu.ksu.cis.projects.bogor.ast Provides for Bogor input language AST. 
 

Uses of LongConstant in edu.ksu.cis.projects.bogor.ast
 

Methods in edu.ksu.cis.projects.bogor.ast that return LongConstant
 LongConstant LongConstant.clone()
          Clones this object (deep clone); including location info.
 

Methods in edu.ksu.cis.projects.bogor.ast with parameters of type LongConstant
protected  void ASTVisitor.visitLongConstant(LongConstant node)