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/EbnfAdapterFactory.java

    r88 r95  
    186186      } 
    187187      @Override 
     188      public Adapter caseRepeatRange(RepeatRange object) 
     189      { 
     190        return createRepeatRangeAdapter(); 
     191      } 
     192      @Override 
    188193      public Adapter defaultCase(EObject object) 
    189194      { 
     
    538543 
    539544  /** 
     545   * Creates a new adapter for an object of class '{@link de.ugoe.cs.swe.bnftools.ebnf.RepeatRange <em>Repeat Range</em>}'. 
     546   * <!-- begin-user-doc --> 
     547   * This default implementation returns null so that we can easily ignore cases; 
     548   * it's useful to ignore a case when inheritance will catch all the cases anyway. 
     549   * <!-- end-user-doc --> 
     550   * @return the new adapter. 
     551   * @see de.ugoe.cs.swe.bnftools.ebnf.RepeatRange 
     552   * @generated 
     553   */ 
     554  public Adapter createRepeatRangeAdapter() 
     555  { 
     556    return null; 
     557  } 
     558 
     559  /** 
    540560   * Creates a new adapter for the default case. 
    541561   * <!-- begin-user-doc --> 
Note: See TracChangeset for help on using the changeset viewer.