Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.openorb.trader.compiler.parser
Class STDLToken  view STDLToken download STDLToken.java

java.lang.Object
  extended byorg.openorb.compiler.parser.Token
      extended byorg.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()