|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Constant | |
|---|---|
| edu.ksu.cis.projects.bogor.ast | Provides for Bogor input language AST. |
| edu.ksu.cis.projects.bogor.parser | Provides parser for Bogor input language. |
| Uses of Constant in edu.ksu.cis.projects.bogor.ast |
|---|
| Subclasses of Constant in edu.ksu.cis.projects.bogor.ast | |
|---|---|
class |
BooleanConstant
Boolean constant AST. |
class |
DoubleConstant
Double constant AST |
class |
FloatConstant
Float constant AST |
class |
IntConstant
Int constant AST |
class |
LongConstant
Long constant AST |
class |
StringConstant
String constant AST |
| Methods in edu.ksu.cis.projects.bogor.ast that return Constant | |
|---|---|
abstract Constant |
Constant.clone()
Clones this object (deep clone); including location info. |
Constant |
ConstantDefinition.getConstant(int index)
Gets a constant at a specified index. |
| Method parameters in edu.ksu.cis.projects.bogor.ast with type arguments of type Constant | |
|---|---|
void |
ConstantDefinition.setConstants(List<? extends Constant> newConstants)
Sets the constants. |
| Constructor parameters in edu.ksu.cis.projects.bogor.ast with type arguments of type Constant | |
|---|---|
ConstantDefinition(String id,
List<? extends Constant> constants)
Default constructor. |
|
| Uses of Constant in edu.ksu.cis.projects.bogor.parser |
|---|
| Methods in edu.ksu.cis.projects.bogor.parser that return Constant | |
|---|---|
Constant |
BogorParser.Constant()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||