|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtExp | |
---|---|
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 ExtExp in edu.ksu.cis.projects.bogor.ast |
---|
Methods in edu.ksu.cis.projects.bogor.ast that return ExtExp | |
---|---|
ExtExp |
ExtExp.clone()
Clones this object (deep clone); including location info. |
Methods in edu.ksu.cis.projects.bogor.ast with parameters of type ExtExp | |
---|---|
protected void |
ASTVisitor.visitExtExp(ExtExp node)
|
Uses of ExtExp in edu.ksu.cis.projects.bogor.ast.checker |
---|
Methods in edu.ksu.cis.projects.bogor.ast.checker with parameters of type ExtExp | |
---|---|
protected Type[] |
ExpChecker.inferExtTypeArguments(ExtSymbolTable st,
ExtExp node,
Type[] extArgTypes)
|
protected void |
ConstIntExpEvaluator.ConstIntExpEnforcer.visitExtExp(ExtExp node)
|
protected void |
ExpChecker.visitExtExp(ExtExp node)
Type checks an ext exp. |
protected void |
LegalInitialValueChecker.visitExtExp(ExtExp node)
|
Uses of ExtExp in edu.ksu.cis.projects.bogor.ast.transform |
---|
Methods in edu.ksu.cis.projects.bogor.ast.transform with parameters of type ExtExp | |
---|---|
protected void |
HighToLowAtomicExpCompiler.visitExtExp(ExtExp node)
|
protected void |
HighToLowNonAtomicExpCompiler.visitExtExp(ExtExp node)
|
Uses of ExtExp in edu.ksu.cis.projects.bogor.module |
---|
Methods in edu.ksu.cis.projects.bogor.module with parameters of type ExtExp | |
---|---|
protected IValue |
DefaultExpEvaluator.evaluateExtExp(ExtExp e)
|
protected IBacktrackingInfo |
DefaultActionTaker.visitExtExp(ExtExp e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |