|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.swt.mcie.parser.token.Token
de.upb.swt.mcie.parser.token.Const
public class Const
Implements a token for a constant.
Field Summary | |
---|---|
private int |
value
The value of the constant. |
Constructor Summary | |
---|---|
Const(int value)
Constructs a token for a constant with the given value. |
Method Summary | |
---|---|
int |
getValue()
Returns the value of the constant. |
Methods inherited from class de.upb.swt.mcie.parser.token.Token |
---|
setReference, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int value
Constructor Detail |
---|
public Const(int value)
Method Detail |
---|
public int getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |