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

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

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

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

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

Methods in edu.ksu.cis.projects.bogor.ast.checker with parameters of type CastExp
protected  void ConstIntExpEvaluator.ConstIntExpEnforcer.visitCastExp(CastExp node)
           
protected  void ExpChecker.visitCastExp(CastExp node)
          Type checks a cast exp.
protected  void LegalInitialValueChecker.visitCastExp(CastExp node)
           
 

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

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

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

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