org.eclipse.xtext.generator.serializer
Class SemanticSequencerUtil.SuperGrammar

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by org.eclipse.xtext.generator.serializer.SemanticSequencerUtil.SuperGrammar
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal
Enclosing class:
SemanticSequencerUtil

protected static class SemanticSequencerUtil.SuperGrammar
extends org.eclipse.emf.common.notify.impl.AdapterImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Field Summary
protected  Grammar grammar
           
 
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
 
Constructor Summary
SemanticSequencerUtil.SuperGrammar(Grammar grammar)
           
 
Method Summary
 Grammar getGrammar()
           
 boolean isAdapterForType(java.lang.Object type)
           
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

grammar

protected Grammar grammar
Constructor Detail

SemanticSequencerUtil.SuperGrammar

public SemanticSequencerUtil.SuperGrammar(Grammar grammar)
Method Detail

getGrammar

public Grammar getGrammar()

isAdapterForType

public boolean isAdapterForType(java.lang.Object type)
Specified by:
isAdapterForType in interface org.eclipse.emf.common.notify.Adapter
Overrides:
isAdapterForType in class org.eclipse.emf.common.notify.impl.AdapterImpl