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

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

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

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

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

Uses of FloatLiteral in edu.ksu.cis.projects.bogor.ast.checker
 

Methods in edu.ksu.cis.projects.bogor.ast.checker with parameters of type FloatLiteral
protected  void ConstIntExpEvaluator.ConstIntExpEnforcer.visitFloatLiteral(FloatLiteral node)
           
protected  void ExpChecker.visitFloatLiteral(FloatLiteral node)
          Type checks a float literal.