|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--geneseo.cs.compiler.Token | +--geneseo.cs.miniml.MinimLToken | +--geneseo.cs.miniml.PlusToken
Represents tokens for addition operators in MinimL compilers.
Fields inherited from class geneseo.cs.miniml.MinimLToken |
COMMA, ELSE, ENDIF, EOF, ID, IF, INT, LEQ, LPAR, MINUS, PLUS, RPAR, THEN |
Constructor Summary | |
PlusToken()
Initialize an addition token. |
Method Summary | |
java.lang.String |
toString()
Generate a string representation of an addition token. |
int |
type()
Get the type code for an addition token. |
Methods inherited from class geneseo.cs.compiler.Token |
auxData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PlusToken()
Method Detail |
public int type()
type
in class Token
public java.lang.String toString()
toString
in class Token
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |