类 OperatorNode


public class OperatorNode extends NonTerminalNode
Represents an operator invocation expression in the syntax tree.
  • 构造器详细资料

    • OperatorNode

      public OperatorNode(OperatorKind kind)
      Creates a new OperatorNode from the type of the operator.
      参数:
      kind - The type of the operator.
  • 方法详细资料

    • getKind

      public final OperatorKind getKind()
      The type of the operator.
    • setKind

      public final void setKind(OperatorKind value)
      The type of the operator.