org.openorb.trader.compiler.parser
Class STDLGrammar

java.lang.Object
  extended by org.openorb.compiler.parser.IdlGrammar
      extended by org.openorb.trader.compiler.parser.STDLGrammar

public class STDLGrammar
extends org.openorb.compiler.parser.IdlGrammar

This class implements the ServiceType grammar

Author:
Jerome Daniel

Field Summary
 
Fields inherited from class org.openorb.compiler.parser.IdlGrammar
m_parser
 
Constructor Summary
STDLGrammar(org.openorb.compiler.parser.IdlParser p)
           
 
Method Summary
 void idl_definition(org.openorb.compiler.object.IdlObject obj)
          STDL grammar rule : < IDL DEFINITION >
 
Methods inherited from class org.openorb.compiler.parser.IdlGrammar
addNativeMap, attr_dcl, changeId, changePackage, changePrefix, changeVersion, checkPrefix, const_dcl, const_exp, const_type, constr_type_spec, context_expr, convertToDecimal, declarators, echo, enum_dcl, except_dcl, export_dcl, final_type, fixed_const_dcl, fixed_dcl, forward_dcl, full_value_dcl, fullname, hexaToDec, idl_specification, import_dcl, inheritance_spec, init_dcl, init_param_decls, interface_body, interface_dcl, interface_type, inversedPrefix, member_list, member, module_dcl, native_dcl, op_dcl, op_type_spec, param_attribute, param_dcl, param_type_spec, parameter_dcls, positive_int_const, pragma_dcl, primary_exp, raises_expr, scoped_name, sequence_dcl, simple_type_spec, state_member_dcl, string_dcl, struct_dcl, switch_body, switch_case, switch_type_spec, type_dcl, type_id_dcl, type_prefix_dcl, type_spec, unary_exp, union_dcl, value_abs_dcl, value_box_dcl, value_dcl, value_forward_dcl, value_inheritance_spec, value_inheritance, wstring_dcl
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STDLGrammar

public STDLGrammar(org.openorb.compiler.parser.IdlParser p)
Method Detail

idl_definition

public void idl_definition(org.openorb.compiler.object.IdlObject obj)
STDL grammar rule : < IDL DEFINITION >

Overrides:
idl_definition in class org.openorb.compiler.parser.IdlGrammar