org.eclipse.xtext.xtext
Class XtextReferableElementsUnloader

java.lang.Object
  extended by org.eclipse.xtext.xtext.XtextReferableElementsUnloader
All Implemented Interfaces:
IReferableElementsUnloader

public class XtextReferableElementsUnloader
extends java.lang.Object
implements IReferableElementsUnloader

Author:
Sebastian Zarnekow - Initial contribution and API

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.parser.antlr.IReferableElementsUnloader
IReferableElementsUnloader.GenericUnloader, IReferableElementsUnloader.NullUnloader
 
Constructor Summary
XtextReferableElementsUnloader()
           
 
Method Summary
 void caseAbstractRule(AbstractRule object)
           
 void caseGrammar(Grammar object)
           
protected  void unload(org.eclipse.emf.ecore.EObject object)
           
 void unloadRoot(org.eclipse.emf.ecore.EObject root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XtextReferableElementsUnloader

public XtextReferableElementsUnloader()
Method Detail

unloadRoot

public void unloadRoot(org.eclipse.emf.ecore.EObject root)
Specified by:
unloadRoot in interface IReferableElementsUnloader

caseAbstractRule

public void caseAbstractRule(AbstractRule object)

caseGrammar

public void caseGrammar(Grammar object)

unload

protected void unload(org.eclipse.emf.ecore.EObject object)