org.eclipse.emf.codegen.ecore.rose2ecore.parser
Class RoseToken
java.lang.Object
|
+--org.eclipse.emf.codegen.ecore.rose2ecore.parser.RoseToken
- public class RoseToken
- extends java.lang.Object
This is the RoseToken class. Lexer uses this class to create a vector of tokens.
Constructor Summary |
RoseToken(int tokenType,
java.lang.String tokenValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OBJECT
public static final int OBJECT
LIST
public static final int LIST
LEFT_PAREN
public static final int LEFT_PAREN
RIGHT_PAREN
public static final int RIGHT_PAREN
VERTICAL_BAR
public static final int VERTICAL_BAR
KEY
public static final int KEY
STRING
public static final int STRING
VALUE
public static final int VALUE
tokenType
protected int tokenType
tokenValue
protected java.lang.String tokenValue
lineNum
protected int lineNum
RoseToken
public RoseToken(int tokenType,
java.lang.String tokenValue)
getType
public int getType()
getValue
public java.lang.String getValue()
getToken
public java.lang.String getToken()