|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.javacc.parser.RegExprSpec
public class RegExprSpec
The object type of entries in the vector "respecs" of class "TokenProduction".
Field Summary | |
---|---|
Action |
act
The action corresponding to this specification. |
java.lang.String |
nextState
The next state corresponding to this specification. |
Token |
nsTok
If the next state specification was explicit in the previous case, then this token is that of the identifier denoting the next state. |
RegularExpression |
rexp
The regular expression of this specification. |
Constructor Summary | |
---|---|
RegExprSpec()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public RegularExpression rexp
public Action act
public java.lang.String nextState
public Token nsTok
Constructor Detail |
---|
public RegExprSpec()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |