|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSFE.Compiler.Expression
SFE.Compiler.ConstExpression
public abstract class ConstExpression
The ConstExpression class represents consts expressions that can appear in the program.
Constructor Summary | |
---|---|
ConstExpression()
|
Method Summary | |
---|---|
abstract int |
value()
Returns the value stored in this constant expression |
Methods inherited from class SFE.Compiler.Expression |
---|
bitAt, duplicate, evaluateExpression, hasSharedInput, size |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstExpression()
Method Detail |
---|
public abstract int value()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |