Java org.aspectj.apache.bcel.generic ArrayType fields, constructors, methods, implement or subclass

Example usage for Java org.aspectj.apache.bcel.generic ArrayType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.aspectj.apache.bcel.generic ArrayType.

The text is from its open source code.

Constructor

ArrayType(byte type, int dimensions)
Convenience constructor for array type, e.g.
ArrayType(String class_name, int dimensions)
Convenience constructor for reference array type, e.g.
ArrayType(Type type, int dimensions)
Constructor for array of given type