All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gnu.bytecode.ArrayType

java.lang.Object
   |
   +----gnu.bytecode.Type
           |
           +----gnu.bytecode.ObjectType
                   |
                   +----gnu.bytecode.ArrayType

public class ArrayType
extends ObjectType

Variable Index

 o elements

Constructor Index

 o ArrayType(Type)

Method Index

 o getComponentType()
 o getNameOrSignature()

Variables

 o elements
 public Type elements

Constructors

 o ArrayType
 public ArrayType(Type elements)

Methods

 o getComponentType
 public Type getComponentType()
 o getNameOrSignature
 public String getNameOrSignature()
Overrides:
getNameOrSignature in class ObjectType

All Packages  Class Hierarchy  This Package  Previous  Next  Index