Package com._1c.g5.v8.dt.md.resource
Class MdStyleItemInferrer
- java.lang.Object
-
- com._1c.g5.v8.dt.md.resource.MdStyleItemInferrer
-
- All Implemented Interfaces:
Visitors.IVisitor
public class MdStyleItemInferrer extends Object implements Visitors.IVisitor
Infers appearance item from anStyleItem.
-
-
Constructor Summary
Constructors Constructor Description MdStyleItemInferrer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean_inferFrom(StyleItem object)protected boolean_inferFrom(org.eclipse.emf.ecore.EObject object)booleaninferFrom(org.eclipse.emf.ecore.EObject object)booleanvisit(org.eclipse.emf.ecore.EObject object)Visits the given object.
-
-
-
Method Detail
-
visit
public boolean visit(org.eclipse.emf.ecore.EObject object)
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:
object- notnull- Returns:
trueif the contents of the given object should be visited, andfalseotherwise
-
_inferFrom
protected boolean _inferFrom(org.eclipse.emf.ecore.EObject object)
-
_inferFrom
protected boolean _inferFrom(StyleItem object)
-
inferFrom
public boolean inferFrom(org.eclipse.emf.ecore.EObject object)
-
-