| Package | Description | 
|---|---|
| javassist.bytecode.stackmap | 
| Modifier and Type | Field and Description | 
|---|---|
| static TypeData.BasicType | TypeTag. DOUBLE | 
| static TypeData.BasicType | TypeTag. FLOAT | 
| static TypeData.BasicType | TypeTag. INTEGER | 
| static TypeData.BasicType | TypeTag. LONG | 
| static TypeData.BasicType | TypeTag. TOP | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract TypeData.BasicType | TypeData. isBasicType()If the type is a basic type, this method normalizes the type
 and returns a BasicType object. | 
| TypeData.BasicType | TypeData.BasicType. isBasicType() | 
| TypeData.BasicType | TypeData.TypeVar. isBasicType() | 
| TypeData.BasicType | TypeData.ArrayType. isBasicType() | 
| TypeData.BasicType | TypeData.ArrayElement. isBasicType() | 
| TypeData.BasicType | TypeData.UninitTypeVar. isBasicType() | 
| TypeData.BasicType | TypeData.ClassName. isBasicType() | 
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.