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 an StyleItem.
  • Constructor Details

    • MdStyleItemInferrer

      public MdStyleItemInferrer()
  • 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 interface Visitors.IVisitor
      Parameters:
      object - not null
      Returns:
      true if the contents of the given object should be visited, and false otherwise
    • _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)