Interface IVariableExpression
- All Superinterfaces:
IExpression
Variable expression @var
-
Method Summary
Modifier and TypeMethodDescriptiondefault <T,C> T accept(IExpressionVisitor<T, C> visitor, C context) Accept visitorgetName()Return name of variablebooleanisSystem()Return true if this is a system variable otherwise falseMethods inherited from interface se.kuseman.payloadbuilder.api.expression.IExpression
eval, eval, eval, fold, getChildren, getQualifiedColumn, getType, isConstant, isInternal, semanticEquals, toVerboseString
-
Method Details
-
getName
String getName()Return name of variable -
isSystem
boolean isSystem()Return true if this is a system variable otherwise false -
accept
Description copied from interface:IExpressionAccept visitor- Specified by:
acceptin interfaceIExpression
-