gnu.bytecode

Class ArrayType

public class ArrayType extends ObjectType

Field Summary
Typeelements
Constructor Summary
ArrayType(Type elements)
Method Summary
intcompare(Type other)
TypegetComponentType()
TypegetImplementationType()
StringgetInternalName()
intgetMethods(Filter filter, int searchSupers, Vector result, String context)
static ArrayTypemake(Type elements)
Find or create an ArrayType for the specified element type.

Field Detail

elements

public Type elements

Constructor Detail

ArrayType

public ArrayType(Type elements)

Method Detail

compare

public int compare(Type other)

getComponentType

public Type getComponentType()

getImplementationType

public Type getImplementationType()

getInternalName

public String getInternalName()

getMethods

public int getMethods(Filter filter, int searchSupers, Vector result, String context)

make

public static ArrayType make(Type elements)
Find or create an ArrayType for the specified element type.