- Enclosing class:
- Ast
public static class Ast.Call0
extends AstNode
Call with zero arguments, optionally negated.
-
Field Summary
Fields inherited from class net.hydromatic.filtex.ast.AstNode
id, op, pos
-
Method Summary
void
accept(net.hydromatic.filtex.ast.AstVisitor visitor,
@Nullable AstNode parent)
boolean
False if negated, true if not negated.
Methods inherited from class net.hydromatic.filtex.ast.AstNode
bounds, dateString, digest, expression, high, low, summary, toString, type, value, valueString
-
Method Details
-
is
public boolean is()
Description copied from class: AstNode
False if negated, true if not negated.
- Overrides:
is in class AstNode
-
-
accept
public void accept(net.hydromatic.filtex.ast.AstVisitor visitor,
@Nullable AstNode parent)
- Specified by:
accept in class AstNode