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

    r95 r100  
    106106      } 
    107107      @Override 
     108      public Adapter caseComment(Comment object) 
     109      { 
     110        return createCommentAdapter(); 
     111      } 
     112      @Override 
    108113      public Adapter caseImport(Import object) 
    109114      { 
     
    303308 
    304309  /** 
     310   * Creates a new adapter for an object of class '{@link de.ugoe.cs.swe.bnftools.ebnf.Comment <em>Comment</em>}'. 
     311   * <!-- begin-user-doc --> 
     312   * This default implementation returns null so that we can easily ignore cases; 
     313   * it's useful to ignore a case when inheritance will catch all the cases anyway. 
     314   * <!-- end-user-doc --> 
     315   * @return the new adapter. 
     316   * @see de.ugoe.cs.swe.bnftools.ebnf.Comment 
     317   * @generated 
     318   */ 
     319  public Adapter createCommentAdapter() 
     320  { 
     321    return null; 
     322  } 
     323 
     324  /** 
    305325   * Creates a new adapter for an object of class '{@link de.ugoe.cs.swe.bnftools.ebnf.Import <em>Import</em>}'. 
    306326   * <!-- begin-user-doc --> 
Note: See TracChangeset for help on using the changeset viewer.