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

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

Introduction

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

The text is from its open source code.

Field

BasicTypeINT
ReferenceTypeNULL

Method

Type[]getArgumentTypes(String signature)
Convert arguments of a method (signature) to an array of Type objects.
TypegetReturnType(String signature)
Convert return value of a method (signature) to a Type object.
StringgetSignature()
intgetSize()
TypegetType(String signature)
TypegetType(java.lang.Class cl)
Convert runtime java.lang.Class to BCEL Type object.
StringtoString()