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

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

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

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

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

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