Class GenericLeftValueList

java.lang.Object
com.scriptbasic.executors.GenericLeftValueList
All Implemented Interfaces:
AnalysisResult, GenericList<LeftValue>, LeftValueList, java.lang.Iterable<LeftValue>

public class GenericLeftValueList
extends java.lang.Object
implements LeftValueList
  • Constructor Summary

    Constructors 
    Constructor Description
    GenericLeftValueList()  
  • Method Summary

    Modifier and Type Method Description
    void add​(LeftValue expression)  
    java.util.Iterator<LeftValue> 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