public class ParseArn extends SingleArgFn
Modifier and Type | Field and Description |
---|---|
static Identifier |
ACCOUNT_ID |
static String |
ID |
static Identifier |
PARTITION |
static Identifier |
REGION |
static Identifier |
SERVICE |
Modifier and Type | Method and Description |
---|---|
<T> T |
acceptFnVisitor(FnVisitor<T> visitor) |
protected Value |
evalArg(Value arg) |
static ParseArn |
ofExprs(Expr expr) |
eval, target
accept, condition, condition, equals, expectOneArg, expectTwoArgs, expectVariableArgs, getArgv, getName, hashCode, into, toString
public static final String ID
public static final Identifier PARTITION
public static final Identifier SERVICE
public static final Identifier REGION
public static final Identifier ACCOUNT_ID
public ParseArn(FnNode fnNode)
public <T> T acceptFnVisitor(FnVisitor<T> visitor)
acceptFnVisitor
in class Fn
protected Value evalArg(Value arg)
evalArg
in class SingleArgFn
Copyright © 2023. All rights reserved.