Uses of Interface
org.aspectj.apache.bcel.classfile.SimpleConstant

Packages that use SimpleConstant
org.aspectj.apache.bcel.classfile   
 

Uses of SimpleConstant in org.aspectj.apache.bcel.classfile
 

Classes in org.aspectj.apache.bcel.classfile that implement SimpleConstant
 class ConstantDouble
          This class is derived from the abstract Constant class and represents a reference to a Double object.
 class ConstantFloat
          This class is derived from the abstract Constant class and represents a reference to a float object.
 class ConstantInteger
          This class is derived from the abstract Constant class and represents a reference to an int object.
 class ConstantLong
          This class is derived from the abstract Constant class and represents a reference to a long object.
 class ConstantUtf8
          This class is derived from the abstract Constant class and represents a reference to a Utf8 encoded string.