Class ExpressionListImpl
java.lang.Object
tripleo.elijah_durable_congenial.lang.impl.ExpressionListImpl
- All Implemented Interfaces:
Iterable<IExpression>,ExpressionList
Curiously, not an expression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(IExpression aExpr) @NotNull Collection<IExpression>@NotNull Iterator<IExpression>iterator()@NotNull IExpressionnext(@NotNull IExpression aExpr) intsize()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ExpressionListImpl
public ExpressionListImpl()
-
-
Method Details
-
add
- Specified by:
addin interfaceExpressionList
-
expressions
- Specified by:
expressionsin interfaceExpressionList
-
iterator
- Specified by:
iteratorin interfaceExpressionList- Specified by:
iteratorin interfaceIterable<IExpression>
-
next
- Specified by:
nextin interfaceExpressionList
-
size
public int size()- Specified by:
sizein interfaceExpressionList
-
toString
- Specified by:
toStringin interfaceExpressionList- Overrides:
toStringin classObject
-