Package com.scriptbasic.executors
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(LeftValue expression)java.util.Iterator<LeftValue>iterator()intsize()
-
-
-
Method Detail
-
add
public void add(LeftValue expression)
- Specified by:
addin interfaceGenericList<LeftValue>
-
iterator
public java.util.Iterator<LeftValue> iterator()
- Specified by:
iteratorin interfacejava.lang.Iterable<LeftValue>
-
size
public int size()
- Specified by:
sizein interfaceGenericList<LeftValue>
-
-