gnu.bytecode
public class ArrayType extends ObjectType
| Field Summary | |
|---|---|
| Type | elements |
| Constructor Summary | |
|---|---|
| ArrayType(Type elements) | |
| Method Summary | |
|---|---|
| int | compare(Type other) |
| Type | getComponentType() |
| Type | getImplementationType() |
| String | getInternalName() |
| int | getMethods(Filter filter, int searchSupers, Vector result, String context) |
| static ArrayType | make(Type elements) Find or create an ArrayType for the specified element type. |