Ignore:
Timestamp:
10/12/16 14:34:24 (8 years ago)
Author:
phdmakk
Message:

+ generated resources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src-gen/de/ugoe/cs/swe/bnftools/ebnf/util/EbnfSwitch.java

    r88 r95  
    230230        return result; 
    231231      } 
     232      case EbnfPackage.REPEAT_RANGE: 
     233      { 
     234        RepeatRange repeatRange = (RepeatRange)theEObject; 
     235        T result = caseRepeatRange(repeatRange); 
     236        if (result == null) result = defaultCase(theEObject); 
     237        return result; 
     238      } 
    232239      default: return defaultCase(theEObject); 
    233240    } 
     
    587594 
    588595  /** 
     596   * Returns the result of interpreting the object as an instance of '<em>Repeat Range</em>'. 
     597   * <!-- begin-user-doc --> 
     598   * This implementation returns null; 
     599   * returning a non-null result will terminate the switch. 
     600   * <!-- end-user-doc --> 
     601   * @param object the target of the switch. 
     602   * @return the result of interpreting the object as an instance of '<em>Repeat Range</em>'. 
     603   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 
     604   * @generated 
     605   */ 
     606  public T caseRepeatRange(RepeatRange object) 
     607  { 
     608    return null; 
     609  } 
     610 
     611  /** 
    589612   * Returns the result of interpreting the object as an instance of '<em>EObject</em>'. 
    590613   * <!-- begin-user-doc --> 
Note: See TracChangeset for help on using the changeset viewer.