public class AstSemiColon extends SimpleNode
children, id, image, parent
Constructor and Description |
---|
AstSemiColon(int id) |
Modifier and Type | Method and Description |
---|---|
Object |
getValue(EvaluationContext ctx) |
void |
setValue(EvaluationContext ctx,
Object value) |
accept, dump, equals, getImage, getMethodInfo, getType, getValueReference, hashCode, invoke, isParametersProvided, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, toString, toString
checkType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumber
public Object getValue(EvaluationContext ctx) throws ELException
getValue
in interface Node
getValue
in class SimpleNode
ELException
public void setValue(EvaluationContext ctx, Object value) throws ELException
setValue
in interface Node
setValue
in class SimpleNode
ELException
Copyright © 2016. All rights reserved.