Uses of Interface
scphEditor.OperandVisitor

Uses of OperandVisitor in scphEditor
 

Classes in scphEditor that implement OperandVisitor
 class DOMBuilder
          DOMBuilder builds a DOM tree of Work (typically for saving to files).
 class OperandViewFactory
          This class is a factory of view objects for Operand objects.
 class TermBuilder
           
 

Methods in scphEditor with parameters of type OperandVisitor
 void Expression.acceptVisitor(OperandVisitor v)
          Calls v.visitExpression(this).
 void ExpressionNary.acceptVisitor(OperandVisitor v)
          Calls v.visitExpressionNary(this).
 void Identifier.acceptVisitor(OperandVisitor v)
          Calls v.visitIdentifier(this).
abstract  void Operand.acceptVisitor(OperandVisitor v)
          Interface for OperandVisitor objects to visit this operand concretely.
 void Variable.acceptVisitor(OperandVisitor v)
          Calls v.visitIdentifier(this).