Class YieldExpressionImpl
java.lang.Object
tripleo.elijah_durable_congenial.lang.impl.BasicBinaryExpressionImpl
tripleo.elijah_durable_congenial.lang.impl.YieldExpressionImpl
- All Implemented Interfaces:
BasicBinaryExpression,IBinaryExpression,IExpression,OS_Element,StatementItem,YieldExpression
public class YieldExpressionImpl
extends BasicBinaryExpressionImpl
implements OS_Element, StatementItem, YieldExpression
-
Field Summary
Fields inherited from class tripleo.elijah_durable_congenial.lang.impl.BasicBinaryExpressionImpl
_kind, left, rightFields inherited from interface tripleo.elijah_durable_congenial.lang.i.IExpression
UNASSIGNED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tripleo.elijah_durable_congenial.lang.impl.BasicBinaryExpressionImpl
getArgs, getKind, getLeft, getRight, getType, is_simple, repr_, set, setArgs, setKind, setLeft, setRight, setType, shift, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface tripleo.elijah_durable_congenial.lang.i.IExpression
getKind, getLeft, getType, is_simple, repr_Methods inherited from interface tripleo.elijah_durable_congenial.lang.i.OS_Element
asString
-
Constructor Details
-
YieldExpressionImpl
-
-
Method Details
-
getContext
- Specified by:
getContextin interfaceOS_Element- Specified by:
getContextin interfaceYieldExpression
-
getParent
- Specified by:
getParentin interfaceOS_Element- Specified by:
getParentin interfaceYieldExpression
-
visitGen
- Specified by:
visitGenin interfaceOS_Element- Specified by:
visitGenin interfaceYieldExpression
-
serializeTo
- Specified by:
serializeToin interfaceOS_Element- Specified by:
serializeToin interfaceYieldExpression
-