Class Ast.Call0

java.lang.Object
net.hydromatic.filtex.ast.AstNode
net.hydromatic.filtex.ast.Ast.Call0
Enclosing class:
Ast

public static class Ast.Call0 extends AstNode
Call with zero arguments, optionally negated.
  • Method Details

    • is

      public boolean is()
      Description copied from class: AstNode
      False if negated, true if not negated.
      Overrides:
      is in class AstNode
    • unparse

      public AstWriter unparse(AstWriter writer)
      Specified by:
      unparse in class AstNode
    • accept

      public void accept(net.hydromatic.filtex.ast.AstVisitor visitor, @Nullable AstNode parent)
      Specified by:
      accept in class AstNode