Class DotExpressionImpl
java.lang.Object
tripleo.elijah_durable_congenial.lang.impl.BasicBinaryExpressionImpl
tripleo.elijah_durable_congenial.lang.impl.DotExpressionImpl
- All Implemented Interfaces:
BasicBinaryExpression,DotExpression,IBinaryExpression,IExpression
-
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
ConstructorsConstructorDescriptionDotExpressionImpl(IExpression ee, IdentExpression identExpression) DotExpressionImpl(IExpression ee, IExpression aExpression) -
Method Summary
Methods inherited from class tripleo.elijah_durable_congenial.lang.impl.BasicBinaryExpressionImpl
getArgs, getKind, getLeft, getRight, getType, repr_, set, setArgs, setKind, setLeft, setRight, setType, shiftMethods 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.DotExpression
getRightMethods inherited from interface tripleo.elijah_durable_congenial.lang.i.IExpression
getKind, getLeft, getType, repr_
-
Constructor Details
-
DotExpressionImpl
-
DotExpressionImpl
-
-
Method Details
-
is_simple
public boolean is_simple()- Specified by:
is_simplein interfaceDotExpression- Specified by:
is_simplein interfaceIExpression- Overrides:
is_simplein classBasicBinaryExpressionImpl
-
toString
- Specified by:
toStringin interfaceBasicBinaryExpression- Specified by:
toStringin interfaceDotExpression- Overrides:
toStringin classBasicBinaryExpressionImpl
-