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

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

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

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

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