Class Ref
- java.lang.Object
-
- software.amazon.awssdk.services.pricing.endpoints.internal.Expr
-
- software.amazon.awssdk.services.pricing.endpoints.internal.Ref
-
-
Constructor Summary
Constructors Constructor Description Ref(Identifier name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(ExprVisitor<R> visitor)
boolean
equals(Object o)
Value
eval(Scope<Value> scope)
Identifier
getName()
int
hashCode()
String
template()
String
toString()
-
-
-
Constructor Detail
-
Ref
public Ref(Identifier name)
-
-
Method Detail
-
accept
public <R> R accept(ExprVisitor<R> visitor)
-
getName
public Identifier getName()
-
-