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

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

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

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

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

Methods in edu.ksu.cis.projects.bogor.ast.checker with parameters of type InstanceofExp
protected  void ConstIntExpEvaluator.ConstIntExpEnforcer.visitInstanceofExp(InstanceofExp node)
           
protected  void ExpChecker.visitInstanceofExp(InstanceofExp node)
          Type checks an instanceof exp.
protected  void LegalInitialValueChecker.visitInstanceofExp(InstanceofExp node)
           
 

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

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

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

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