Class MdContextDefInferrer

java.lang.Object
com._1c.g5.v8.dt.internal.md.resource.MdContextDefInferrer
All Implemented Interfaces:
Visitors.IVisitor

public class MdContextDefInferrer extends Object implements 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 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 interface Visitors.IVisitor
      Parameters:
      object - not null
      Returns:
      true if the contents of the given object should be visited, and false otherwise