Uses of Class
org.apache.bcel.generic.BasicType
Packages that use BasicType
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of BasicType in org.apache.bcel.generic
Fields in org.apache.bcel.generic declared as BasicTypeModifier and TypeFieldDescriptionstatic final BasicTypeType.BOOLEANPredefined constant for boolean type.static final BasicTypeType.BYTEPredefined constant for byte type.static final BasicTypeType.CHARPredefined constant for char type.static final BasicTypeType.DOUBLEPredefined constant for double type.static final BasicTypeType.FLOATPredefined constant for float type.static final BasicTypeType.INTPredefined constant for int type.static final BasicTypeType.LONGPredefined constant for long type.static final BasicTypeType.SHORTPredefined constant for short type.static final BasicTypeType.VOIDPredefined constantsMethods in org.apache.bcel.generic that return BasicTypeModifier and TypeMethodDescriptionstatic BasicTypeBasicType.getType(byte type) Gets the BasicType for the given type constant.Constructors in org.apache.bcel.generic with parameters of type BasicType