Class FactorNode

java.lang.Object
ch.tocco.nice2.conditionals.api.tree.Node
ch.tocco.nice2.conditionals.api.tree.FactorNode
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FuncallNode, IdentifierNode, LiteralNode, ParameterNode, PathNode

public abstract class FactorNode extends Node
See Also:
  • Field Details

    • type

      protected transient Type<?> type
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Node
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Node
    • copy

      public abstract FactorNode copy()
      Specified by:
      copy in class Node
    • getType

      public Type<?> getType()
    • visitThis

      protected void visitThis(ch.tocco.nice2.conditionals.api.tree.CursorImpl cursor, NodeVisitor visitor)
      Overrides:
      visitThis in class Node