Class GenericExpressionList

java.lang.Object
com.scriptbasic.executors.GenericExpressionList
All Implemented Interfaces:
AnalysisResult, ExpressionList, GenericList<Expression>, java.lang.Iterable<Expression>

public class GenericExpressionList
extends java.lang.Object
implements ExpressionList
  • Constructor Summary

    Constructors 
    Constructor Description
    GenericExpressionList()  
  • Method Summary

    Modifier and Type Method Description
    void add​(Expression expression)  
    java.util.Iterator<Expression> iterator()  
    int size()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator