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

Packages that use NewArrayExp
edu.ksu.cis.projects.bogor.ast Provides for Bogor input language AST. 
edu.ksu.cis.projects.bogor.ast.checker Provides for Bogor AST checker. 
edu.ksu.cis.projects.bogor.ast.transform   
edu.ksu.cis.projects.bogor.module Provide a generic framework for dataflow analysis on BIR transition systems. 
 

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

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

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

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

Methods in edu.ksu.cis.projects.bogor.ast.checker with parameters of type NewArrayExp
protected  void ConstIntExpEvaluator.ConstIntExpEnforcer.visitNewArrayExp(NewArrayExp node)
           
protected  void ExpChecker.visitNewArrayExp(NewArrayExp node)
          Type checks a new array exp.
protected  void LegalInitialValueChecker.visitNewArrayExp(NewArrayExp node)
           
 

Uses of NewArrayExp in edu.ksu.cis.projects.bogor.ast.transform
 

Methods in edu.ksu.cis.projects.bogor.ast.transform with parameters of type NewArrayExp
protected  void HighToLowAtomicExpCompiler.visitNewArrayExp(NewArrayExp node)
           
protected  void HighToLowNonAtomicExpCompiler.visitNewArrayExp(NewArrayExp node)
           
 

Uses of NewArrayExp in edu.ksu.cis.projects.bogor.module
 

Methods in edu.ksu.cis.projects.bogor.module with parameters of type NewArrayExp
protected  IValue DefaultExpEvaluator.evaluateNewArrayExp(NewArrayExp e)