public abstract class ArrayManager<E> extends Object
| Constructor and Description |
|---|
ArrayManager(com.sun.codemodel.JType componentType,
String name) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.codemodel.JArray |
getArray() |
com.sun.codemodel.JFieldVar |
getArrayVar() |
com.sun.codemodel.JType |
getComponentType() |
abstract List<E> |
getElements() |
String |
getName() |
void |
initArray() |
void |
initArrayVar(com.sun.codemodel.JDefinedClass owner) |
int |
size() |
public ArrayManager(com.sun.codemodel.JType componentType,
String name)
public int size()
public void initArrayVar(com.sun.codemodel.JDefinedClass owner)
public void initArray()
public com.sun.codemodel.JType getComponentType()
public String getName()
public com.sun.codemodel.JFieldVar getArrayVar()
public com.sun.codemodel.JArray getArray()
Copyright © 2023. All rights reserved.