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 ofIReferableElementsUnloader
for Bsl grammar elements
-
-
Constructor Summary
Constructors Constructor Description BslUnloader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
unloadRoot(org.eclipse.emf.ecore.EObject root)
ForBslResource
we 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)
ForBslResource
we need proxing onlyModule
,Module.getContextDef()
and items ofContextDef
, so there are no semantic elements which can have link from other resources- Specified by:
unloadRoot
in interfaceorg.eclipse.xtext.parser.antlr.IReferableElementsUnloader
-
-