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

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

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

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

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