Package org.eclipse.emf.common.util

Examples of org.eclipse.emf.common.util.Enumerator



    // $ANTLR start ruleobject_type
    // ../org.csu.idl.xtext/src-gen/org/csu/idl/xtext/parser/antlr/internal/InternalIDL.g:5994:1: ruleobject_type returns [Enumerator current=null] : ( 'Object' ) ;
    public final Enumerator ruleobject_type() throws RecognitionException {
        Enumerator current = null;

         setCurrentLookahead(); resetLookahead();
        try {
            // ../org.csu.idl.xtext/src-gen/org/csu/idl/xtext/parser/antlr/internal/InternalIDL.g:5998:6: ( ( 'Object' ) )
            // ../org.csu.idl.xtext/src-gen/org/csu/idl/xtext/parser/antlr/internal/InternalIDL.g:5999:1: ( 'Object' )
View Full Code Here



    // $ANTLR start rulevoid_type
    // ../org.csu.idl.xtext/src-gen/org/csu/idl/xtext/parser/antlr/internal/InternalIDL.g:6009:1: rulevoid_type returns [Enumerator current=null] : ( 'void' ) ;
    public final Enumerator rulevoid_type() throws RecognitionException {
        Enumerator current = null;

         setCurrentLookahead(); resetLookahead();
        try {
            // ../org.csu.idl.xtext/src-gen/org/csu/idl/xtext/parser/antlr/internal/InternalIDL.g:6013:6: ( ( 'void' ) )
            // ../org.csu.idl.xtext/src-gen/org/csu/idl/xtext/parser/antlr/internal/InternalIDL.g:6014:1: ( 'void' )
View Full Code Here

    public final EObject ruleop_type_spec() throws RecognitionException {
        EObject current = null;

        EObject this_base_type_spec_0 = null;

        Enumerator lv_kind_2_0 = null;


         EObject temp=null; setCurrentLookahead(); resetLookahead();
           
        try {
View Full Code Here

    // ../org.csu.idl.xtext/src-gen/org/csu/idl/xtext/parser/antlr/internal/InternalIDL.g:1139:1: ruleparam_decl returns [EObject current=null] : ( ( (lv_direction_0_0= ruleparam_attribute ) ) ( ( (lv_containedType_1_0= rulebase_type_spec ) ) | ( ( RULE_ID ) ) ) ( (lv_identifier_3_0= RULE_ID ) ) ) ;
    public final EObject ruleparam_decl() throws RecognitionException {
        EObject current = null;

        Token lv_identifier_3_0=null;
        Enumerator lv_direction_0_0 = null;

        EObject lv_containedType_1_0 = null;


         EObject temp=null; setCurrentLookahead(); resetLookahead();
View Full Code Here

    public final EObject rulebase_type_spec() throws RecognitionException {
        EObject current = null;

        EObject this_primitive_def_0 = null;

        Enumerator lv_kind_1_0 = null;


         EObject temp=null; setCurrentLookahead(); resetLookahead();
           
        try {
View Full Code Here

    public final EObject ruleswitch_type_spec_cont() throws RecognitionException {
        EObject current = null;

        EObject this_integer_type_0 = null;

        Enumerator lv_kind_2_0 = null;

        Enumerator lv_kind_4_0 = null;

        EObject this_enum_type_5 = null;


         EObject temp=null; setCurrentLookahead(); resetLookahead();
View Full Code Here

    // $ANTLR start rulefloating_pt_type
    // ../org.csu.idl.xtext/src-gen/org/csu/idl/xtext/parser/antlr/internal/InternalIDL.g:4016:1: rulefloating_pt_type returns [EObject current=null] : ( ( (lv_kind_0_0= rulefloat_type ) ) | ( (lv_kind_1_0= ruledouble_type ) ) | ( (lv_kind_2_0= rulelongdouble_type ) ) ) ;
    public final EObject rulefloating_pt_type() throws RecognitionException {
        EObject current = null;

        Enumerator lv_kind_0_0 = null;

        Enumerator lv_kind_1_0 = null;

        AntlrDatatypeRuleToken lv_kind_2_0 = null;


         EObject temp=null; setCurrentLookahead(); resetLookahead();
View Full Code Here

    // $ANTLR start ruleinteger_type
    // ../org.csu.idl.xtext/src-gen/org/csu/idl/xtext/parser/antlr/internal/InternalIDL.g:4148:1: ruleinteger_type returns [EObject current=null] : ( ( (lv_kind_0_0= ruleshort_type ) ) | ( (lv_kind_1_0= rulelong_type ) ) | ( (lv_kind_2_0= rulelonglong_type ) ) | ( (lv_kind_3_0= ruleushort_type ) ) | ( (lv_kind_4_0= ruleulong_type ) ) | ( (lv_kind_5_0= ruleulonglong_type ) ) ) ;
    public final EObject ruleinteger_type() throws RecognitionException {
        EObject current = null;

        Enumerator lv_kind_0_0 = null;

        Enumerator lv_kind_1_0 = null;

        AntlrDatatypeRuleToken lv_kind_2_0 = null;

        AntlrDatatypeRuleToken lv_kind_3_0 = null;
View Full Code Here

    // $ANTLR start rulecharstr_type
    // ../org.csu.idl.xtext/src-gen/org/csu/idl/xtext/parser/antlr/internal/InternalIDL.g:4466:1: rulecharstr_type returns [EObject current=null] : ( ( (lv_kind_0_0= rulechar_type ) ) | ( (lv_kind_1_0= rulewide_char_type ) ) | ( (lv_kind_2_0= rulestring_type ) ) | ( (lv_kind_3_0= rulewide_string_type ) ) ) ;
    public final EObject rulecharstr_type() throws RecognitionException {
        EObject current = null;

        Enumerator lv_kind_0_0 = null;

        Enumerator lv_kind_1_0 = null;

        Enumerator lv_kind_2_0 = null;

        Enumerator lv_kind_3_0 = null;


         EObject temp=null; setCurrentLookahead(); resetLookahead();
           
        try {
View Full Code Here

    // $ANTLR start ruleother_type
    // ../org.csu.idl.xtext/src-gen/org/csu/idl/xtext/parser/antlr/internal/InternalIDL.g:4588:1: ruleother_type returns [EObject current=null] : ( ( (lv_kind_0_0= ruleboolean_type ) ) | ( (lv_kind_1_0= ruleoctet_type ) ) | ( (lv_kind_2_0= ruleany_type ) ) ) ;
    public final EObject ruleother_type() throws RecognitionException {
        EObject current = null;

        Enumerator lv_kind_0_0 = null;

        Enumerator lv_kind_1_0 = null;

        Enumerator lv_kind_2_0 = null;


         EObject temp=null; setCurrentLookahead(); resetLookahead();
           
        try {
View Full Code Here

TOP

Related Classes of org.eclipse.emf.common.util.Enumerator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.