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

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

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

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

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