Class CharLitExpressionImpl
java.lang.Object
tripleo.elijah_durable_congenial.lang.impl.CharLitExpressionImpl
- All Implemented Interfaces:
CharLitExpression,IExpression
-
Field Summary
Fields inherited from interface tripleo.elijah_durable_congenial.lang.i.IExpression
UNASSIGNED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull ExpressionListgetArgs()@NotNull ExpressionKindgetKind()@Nullable IExpressiongetLeft()getType()booleanrepr_()voidsetArgs(ExpressionList ael) voidsetKind(ExpressionKind aIncrement) voidsetLeft(IExpression iexpression) void@NotNull StringtoString()
-
Constructor Details
-
CharLitExpressionImpl
public CharLitExpressionImpl(antlr.Token c)
-
-
Method Details
-
getArgs
-
getKind
- Specified by:
getKindin interfaceCharLitExpression- Specified by:
getKindin interfaceIExpression
-
getLeft
- Specified by:
getLeftin interfaceCharLitExpression- Specified by:
getLeftin interfaceIExpression
-
setArgs
-
getType
- Specified by:
getTypein interfaceCharLitExpression- Specified by:
getTypein interfaceIExpression
-
repr_
- Specified by:
repr_in interfaceCharLitExpression- Specified by:
repr_in interfaceIExpression
-
is_simple
public boolean is_simple()- Specified by:
is_simplein interfaceCharLitExpression- Specified by:
is_simplein interfaceIExpression
-
setKind
- Specified by:
setKindin interfaceCharLitExpression- Specified by:
setKindin interfaceIExpression
-
setLeft
- Specified by:
setLeftin interfaceCharLitExpression- Specified by:
setLeftin interfaceIExpression
-
setType
- Specified by:
setTypein interfaceCharLitExpression- Specified by:
setTypein interfaceIExpression
-
toString
- Specified by:
toStringin interfaceCharLitExpression- Overrides:
toStringin classObject
-