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, toString
public static final String ID
public IsValidHostLabel(FnNode fnNode)
public <T> T acceptFnVisitor(FnVisitor<T> visitor)
acceptFnVisitor
in class Fn
public static IsValidHostLabel ofExprs(Expr expr, boolean allowDots)
public Expr hostLabel()
public Expr allowDots()
Copyright © 2023. All rights reserved.