Class MdContextDefInferrer
java.lang.Object
com._1c.g5.v8.dt.internal.md.resource.MdContextDefInferrer
- All Implemented Interfaces:
Visitors.IVisitor
Infers ContextDefs for MdObject's types.
Note that an instance of this class may be shared between
different instances of the
MdDerivedSateComputer
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
visit
(org.eclipse.emf.ecore.EObject object) Visits the given object.
-
Constructor Details
-
MdContextDefInferrer
public MdContextDefInferrer()
-
-
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
-