Class StyleBackRefInferrer
java.lang.Object
com._1c.g5.v8.dt.internal.style.resource.StyleBackRefInferrer
- All Implemented Interfaces:
Visitors.IVisitor
Infers business-implied back references from the style.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StyleBackRefInferrer
public StyleBackRefInferrer()
-
-
Method Details
-
visit
public boolean visit(org.eclipse.emf.ecore.EObject object) Description copied from interface:Visitors.IVisitor
Visits the given object. Returns whether the contents of the object should also be visited.- Specified by:
visit
in interfaceVisitors.IVisitor
- Parameters:
object
- notnull
- Returns:
true
if the contents of the given object should be visited, andfalse
otherwise
-
_infer
protected boolean _infer(org.eclipse.emf.ecore.EObject object) -
_infer
-
infer
public boolean infer(org.eclipse.emf.ecore.EObject style)
-