Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Sun.org.apache.bcel.internal.classfile Classes and Interfaces - 25 results found.
NameDescriptionTypePackageFramework
AccessFlagsSuper class for all objects that have modifiers like private, final, .Classsun.org.apache.bcel.internal.classfileCode Trails
AttributeAbstract super class for Attribute objects.Classsun.org.apache.bcel.internal.classfileCode Trails
AttributeReaderUnknown (non-standard) attributes may be read via user-defined factory objects that can be registered with the Attribute.Interfacesun.org.apache.bcel.internal.classfileCode Trails
ClassFormatExceptionThrown when the BCEL attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as aClasssun.org.apache.bcel.internal.classfileCode Trails
ClassParserWrapper class that parses a given Java .Classsun.org.apache.bcel.internal.classfileCode Trails
CodeThis class represents a chunk of Java byte code contained in a method.Classsun.org.apache.bcel.internal.classfileCode Trails
CodeExceptionThis class represents an entry in the exception table of the Code attribute and is used only there.Classsun.org.apache.bcel.internal.classfileCode Trails
ConstantAbstract superclass for classes to represent the different constant types in the constant pool of a class file.Classsun.org.apache.bcel.internal.classfileCode Trails
ConstantClassThis class is derived from the abstract and represents a reference to a (external) class.Classsun.org.apache.bcel.internal.classfileCode Trails
ConstantCPAbstract super class for Fieldref and Methodref constants.Classsun.org.apache.bcel.internal.classfileCode Trails
ConstantDoubleThis class is derived from the abstract and represents a reference to a Double object.Classsun.org.apache.bcel.internal.classfileCode Trails
ConstantFieldrefThis class represents a constant pool reference to a field.Classsun.org.apache.bcel.internal.classfileCode Trails
ConstantFloatThis class is derived from the abstract and represents a reference to a float object.Classsun.org.apache.bcel.internal.classfileCode Trails
ConstantIntegerThis class is derived from the abstract and represents a reference to an int object.Classsun.org.apache.bcel.internal.classfileCode Trails
ConstantInterfaceMethodrefThis class represents a constant pool reference to an interface method.Classsun.org.apache.bcel.internal.classfileCode Trails
ConstantLongThis class is derived from the abstract and represents a reference to a long object.Classsun.org.apache.bcel.internal.classfileCode Trails
ConstantMethodrefThis class represents a constant pool reference to a method.Classsun.org.apache.bcel.internal.classfileCode Trails
ConstantNameAndTypeThis class is derived from the abstract and represents a reference to the name and signatureClasssun.org.apache.bcel.internal.classfileCode Trails
ConstantObjectThis interface denotes those constants that have a natural value, such as ConstantLong, ConstantString, etc.Interfacesun.org.apache.bcel.internal.classfileCode Trails
ConstantPoolThis class represents the constant pool, i.Classsun.org.apache.bcel.internal.classfileCode Trails
ConstantStringThis class is derived from the abstract and represents a reference to a String object.Classsun.org.apache.bcel.internal.classfileCode Trails
ConstantUtf8This class is derived from the abstract and represents a reference to a Utf8 encoded string.Classsun.org.apache.bcel.internal.classfileCode Trails
ConstantValueThis class is derived from Attribute and represents a constant value, i.Classsun.org.apache.bcel.internal.classfileCode Trails
DeprecatedThis class is derived from Attribute and denotes that this is a It is instantiated from the Attribute.Classsun.org.apache.bcel.internal.classfileCode Trails
DescendingVisitorTraverses a JavaClass with another Visitor object 'piggy-backed' that is applied to all components of a JavaClass object.Classsun.org.apache.bcel.internal.classfileCode Trails