Class NumericExpressionImpl
java.lang.Object
tripleo.elijah_durable_congenial.lang.impl.NumericExpressionImpl
- All Implemented Interfaces:
- IExpression,- NumericExpression,- Locatable
- 
Field SummaryFields inherited from interface tripleo.elijah_durable_congenial.lang.i.IExpressionUNASSIGNED
- 
Constructor SummaryConstructorsConstructorDescriptionNumericExpressionImpl(int aCarrier) NumericExpressionImpl(@NotNull antlr.Token n) 
- 
Method SummaryModifier and TypeMethodDescription@NotNull List<FormalArgListItem>getArgs()intint@Nullable FilegetFile()@NotNull ExpressionKindgetKind()@NotNull IExpressiongetLeft()intgetLine()intgetType()intgetValue()booleanrepr_()voidsetArgs(ExpressionList ael) voidsetKind(@NotNull ExpressionKind aType) voidsetLeft(IExpression aLeft) voidtoString()
- 
Constructor Details- 
NumericExpressionImplpublic NumericExpressionImpl(int aCarrier) 
- 
NumericExpressionImplpublic NumericExpressionImpl(@NotNull @NotNull antlr.Token n) 
 
- 
- 
Method Details- 
getArgs
- 
getColumnpublic int getColumn()
- 
getColumnEndpublic int getColumnEnd()- Specified by:
- getColumnEndin interface- Locatable
 
- 
getFile
- 
getKind- Specified by:
- getKindin interface- IExpression
- Specified by:
- getKindin interface- NumericExpression
 
- 
getLeft- Specified by:
- getLeftin interface- IExpression
- Specified by:
- getLeftin interface- NumericExpression
 
- 
getLineEndpublic int getLineEnd()- Specified by:
- getLineEndin interface- Locatable
 
- 
getLinepublic int getLine()- Specified by:
- getLinein interface- Locatable
- Specified by:
- getLinein interface- NumericExpression
 
- 
getType- Specified by:
- getTypein interface- IExpression
- Specified by:
- getTypein interface- NumericExpression
 
- 
getValuepublic int getValue()- Specified by:
- getValuein interface- NumericExpression
 
- 
is_simplepublic boolean is_simple()- Specified by:
- is_simplein interface- IExpression
- Specified by:
- is_simplein interface- NumericExpression
 
- 
repr_- Specified by:
- repr_in interface- IExpression
- Specified by:
- repr_in interface- NumericExpression
 
- 
setKind- Specified by:
- setKindin interface- IExpression
- Specified by:
- setKindin interface- NumericExpression
 
- 
setLeft- Specified by:
- setLeftin interface- IExpression
- Specified by:
- setLeftin interface- NumericExpression
 
- 
setType- Specified by:
- setTypein interface- IExpression
- Specified by:
- setTypein interface- NumericExpression
 
- 
toString- Specified by:
- toStringin interface- NumericExpression
- Overrides:
- toStringin class- Object
 
- 
setArgs
 
-