Class BslUnloader
- java.lang.Object
-
- com._1c.g5.v8.dt.bsl.parser.antlr.BslUnloader
-
- All Implemented Interfaces:
org.eclipse.xtext.parser.antlr.IReferableElementsUnloader
public class BslUnloader extends Object implements org.eclipse.xtext.parser.antlr.IReferableElementsUnloader
Implementation ofIReferableElementsUnloaderfor Bsl grammar elements
-
-
Constructor Summary
Constructors Constructor Description BslUnloader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidunloadRoot(org.eclipse.emf.ecore.EObject root)ForBslResourcewe need proxing onlyModule,Module.getContextDef()and items ofContextDef, so there are no semantic elements which can have link from other resources
-
-
-
Method Detail
-
unloadRoot
public void unloadRoot(org.eclipse.emf.ecore.EObject root)
ForBslResourcewe need proxing onlyModule,Module.getContextDef()and items ofContextDef, so there are no semantic elements which can have link from other resources- Specified by:
unloadRootin interfaceorg.eclipse.xtext.parser.antlr.IReferableElementsUnloader
-
-