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

Packages that use DoubleLiteral
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 DoubleLiteral in edu.ksu.cis.projects.bogor.ast
 

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

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

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

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