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

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

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

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

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

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