| Constructor and Description |
|---|
IsValidHostLabel(FnNode fnNode) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
acceptFnVisitor(FnVisitor<T> visitor) |
Expr |
allowDots() |
protected List<Expr> |
args() |
Value |
eval(Scope<Value> scope) |
Expr |
hostLabel() |
static IsValidHostLabel |
ofExprs(Expr expr,
boolean allowDots) |
accept, condition, condition, equals, expectOneArg, expectTwoArgs, expectVariableArgs, getArgv, getName, hashCode, into, toStringpublic static final String ID
public IsValidHostLabel(FnNode fnNode)
public <T> T acceptFnVisitor(FnVisitor<T> visitor)
acceptFnVisitor in class Fnpublic static IsValidHostLabel ofExprs(Expr expr, boolean allowDots)
public Expr hostLabel()
public Expr allowDots()
Copyright © 2023. All rights reserved.