|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Literal | |
|---|---|
| edu.ksu.cis.projects.bogor.ast | Provides for Bogor input language AST. |
| edu.ksu.cis.projects.bogor.module | Provide a generic framework for dataflow analysis on BIR transition systems. |
| edu.ksu.cis.projects.bogor.parser | Provides parser for Bogor input language. |
| Uses of Literal in edu.ksu.cis.projects.bogor.ast |
|---|
| Subclasses of Literal in edu.ksu.cis.projects.bogor.ast | |
|---|---|
class |
BooleanLiteral
Boolean literal AST. |
class |
DoubleLiteral
Double literal AST |
class |
FloatLiteral
Float literal AST |
class |
IntLiteral
Int literal AST |
class |
LongLiteral
Long literal AST |
class |
NullLiteral
Null literal AST |
class |
StringLiteral
String literal AST |
| Methods in edu.ksu.cis.projects.bogor.ast that return Literal | |
|---|---|
abstract Literal |
Literal.clone()
This method is already implied by the IASTValue interface, but the Sun java compiler gets confused about visibility if we don't explicitly declare it. |
Literal |
LiteralExp.getLiteral()
Gets the literal. |
| Methods in edu.ksu.cis.projects.bogor.ast with parameters of type Literal | |
|---|---|
void |
LiteralExp.setLiteral(Literal newLiteral)
Sets the literal. |
| Constructors in edu.ksu.cis.projects.bogor.ast with parameters of type Literal | |
|---|---|
LiteralExp(Literal literal)
Default constructor. |
|
| Uses of Literal in edu.ksu.cis.projects.bogor.module |
|---|
| Methods in edu.ksu.cis.projects.bogor.module with parameters of type Literal | |
|---|---|
protected IValue |
DefaultExpEvaluator.evaluateLiteral(Literal l)
|
| Uses of Literal in edu.ksu.cis.projects.bogor.parser |
|---|
| Methods in edu.ksu.cis.projects.bogor.parser that return Literal | |
|---|---|
Literal |
BogorParser.FloatingPointLiteral()
|
Literal |
BogorParser.Literal()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||