|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LiteralExp | |
---|---|
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 LiteralExp in edu.ksu.cis.projects.bogor.ast |
---|
Methods in edu.ksu.cis.projects.bogor.ast that return LiteralExp | |
---|---|
LiteralExp |
LiteralExp.clone()
Clones this object (deep clone); including location info. |
Methods in edu.ksu.cis.projects.bogor.ast with parameters of type LiteralExp | |
---|---|
protected void |
ASTVisitor.visitLiteralExp(LiteralExp node)
|
Uses of LiteralExp in edu.ksu.cis.projects.bogor.ast.checker |
---|
Methods in edu.ksu.cis.projects.bogor.ast.checker with parameters of type LiteralExp | |
---|---|
protected void |
ConstIntExpEvaluator.visitLiteralExp(LiteralExp node)
|
protected void |
ConstIntExpEvaluator.ConstIntExpEnforcer.visitLiteralExp(LiteralExp node)
|
protected void |
LegalInitialValueChecker.visitLiteralExp(LiteralExp node)
|
Uses of LiteralExp in edu.ksu.cis.projects.bogor.ast.transform |
---|
Methods in edu.ksu.cis.projects.bogor.ast.transform with parameters of type LiteralExp | |
---|---|
protected void |
HighToLowAtomicExpCompiler.visitLiteralExp(LiteralExp node)
|
protected void |
HighToLowNonAtomicExpCompiler.visitLiteralExp(LiteralExp node)
|
Uses of LiteralExp in edu.ksu.cis.projects.bogor.module |
---|
Methods in edu.ksu.cis.projects.bogor.module with parameters of type LiteralExp | |
---|---|
protected IValue |
DefaultExpEvaluator.evaluateLiteralExp(LiteralExp e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |