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
public class MdStandardObjectsInferrer extends Object implements Visitors.IVisitor
Infers Standard Objects for MdObject.
-
-
Constructor Summary
Constructors Constructor Description MdStandardObjectsInferrer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanvisit(org.eclipse.emf.ecore.EObject eObject)Visits the given object.
-
-
-
Method Detail
-
visit
public boolean visit(org.eclipse.emf.ecore.EObject eObject)
Description copied from interface:Visitors.IVisitorVisits the given object. Returns whether the contents of the object should also be visited.- Specified by:
visitin interfaceVisitors.IVisitor- Parameters:
eObject- notnull- Returns:
trueif the contents of the given object should be visited, andfalseotherwise
-
-