Ignore:
Timestamp:
10/12/16 15:29:26 (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

    r95 r100  
    115115        return result; 
    116116      } 
     117      case EbnfPackage.COMMENT: 
     118      { 
     119        Comment comment = (Comment)theEObject; 
     120        T result = caseComment(comment); 
     121        if (result == null) result = defaultCase(theEObject); 
     122        return result; 
     123      } 
    117124      case EbnfPackage.IMPORT: 
    118125      { 
     
    338345 
    339346  /** 
     347   * Returns the result of interpreting the object as an instance of '<em>Comment</em>'. 
     348   * <!-- begin-user-doc --> 
     349   * This implementation returns null; 
     350   * returning a non-null result will terminate the switch. 
     351   * <!-- end-user-doc --> 
     352   * @param object the target of the switch. 
     353   * @return the result of interpreting the object as an instance of '<em>Comment</em>'. 
     354   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 
     355   * @generated 
     356   */ 
     357  public T caseComment(Comment object) 
     358  { 
     359    return null; 
     360  } 
     361 
     362  /** 
    340363   * Returns the result of interpreting the object as an instance of '<em>Import</em>'. 
    341364   * <!-- begin-user-doc --> 
Note: See TracChangeset for help on using the changeset viewer.