Package com._1c.g5.v8.dt.md.resource
Class MdStandardObjectsInferrer
java.lang.Object
com._1c.g5.v8.dt.md.resource.MdStandardObjectsInferrer
- All Implemented Interfaces:
Visitors.IVisitor
Infers Standard Objects for MdObject.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
visit
(org.eclipse.emf.ecore.EObject eObject) Visits the given object.
-
Constructor Details
-
MdStandardObjectsInferrer
public MdStandardObjectsInferrer()
-
-
Method Details
-
visit
public boolean visit(org.eclipse.emf.ecore.EObject eObject) 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:
eObject
- notnull
- Returns:
true
if the contents of the given object should be visited, andfalse
otherwise
-