Package net.binis.codegen.compiler
Class CGList<T extends JavaCompilerObject>
java.lang.Object
net.binis.codegen.compiler.base.JavaCompilerObject
net.binis.codegen.compiler.CGList<T>
- All Implemented Interfaces:
Iterable<T>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class net.binis.codegen.compiler.base.JavaCompilerObject
cls, context, env, instance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends JavaCompilerObject>
CGList<T>static <T extends JavaCompilerObject>
CGList<T>get(int index) protected voidinit()iterator()static <T extends JavaCompilerObject>
CGList<T>intsize()stream()static ClasstheClass()Methods inherited from class net.binis.codegen.compiler.base.JavaCompilerObject
getCls, getContext, getInstance, is, toName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
onModify
-
containedClass
-
mAppend
-
mGet
-
-
Constructor Details
-
CGList
-
-
Method Details
-
theClass
-
nil
-
init
protected void init()- Specified by:
initin classJavaCompilerObject
-
append
-
from
-
from
-
size
public int size() -
get
-
stream
-
iterator
- Specified by:
iteratorin interfaceIterable<T extends JavaCompilerObject>
-