|
|||||||||
| Home >> All >> org >> openorb >> trader >> compiler >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.openorb.trader.compiler.parser
Class STDLToken

java.lang.Objectorg.openorb.compiler.parser.Token
org.openorb.trader.compiler.parser.STDLToken
- public class STDLToken
- extends org.openorb.compiler.parser.Token
This class provides additional Token for Service Type Description Language grammar.
| Field Summary | |
static int |
t_mandatory
|
static int |
t_property
|
static int |
t_service
|
| Constructor Summary | |
STDLToken()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
t_mandatory
public static final int t_mandatory
- See Also:
- Constant Field Values
t_property
public static final int t_property
- See Also:
- Constant Field Values
t_service
public static final int t_service
- See Also:
- Constant Field Values
| Constructor Detail |
STDLToken
public STDLToken()
|
|||||||||
| Home >> All >> org >> openorb >> trader >> compiler >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.openorb.compiler.parser.Token