Uses of Interface
org.apache.bcel.classfile.Node
Packages that use Node
Package
Description
This package contains the classes that describe the structure of a
Java class file and a class file parser.
Provides PassVerifier classes used internally by JustIce.
-
Uses of Node in org.apache.bcel.classfile
Classes in org.apache.bcel.classfile that implement NodeModifier and TypeClassDescriptionclassrepresents the default value of a annotation for a method infoclassrepresents one annotation in the annotation tableclassbase class for annotationsclassAbstract super class for Attribute objects.final classThis class represents a chunk of Java byte code contained in a method.final classThis class represents an entry in the exception table of the Code attribute and is used only there.classAbstract superclass for classes to represent the different constant types in the constant pool of a class file.final classThis class is derived from the abstract Constant class and represents a reference to a (external) class.classAbstract super class for Fieldref and Methodref constants.final classThis class is derived from the abstract Constant class and represents a reference to a Double object.final classThis class represents a constant pool reference to a field.final classThis class is derived from the abstract Constant class and represents a reference to a float object.final classThis class is derived from the abstract Constant class and represents a reference to an int object.final classThis class represents a constant pool reference to an interface method.final classThis class is derived from the abstract Constant class and represents a reference to a long object.final classThis class represents a constant pool reference to a method.final classThis class is derived from the abstract Constant class and represents a reference to the name and signature of a field or method.classThis class represents the constant pool, i.e., a table of constants, of a parsed classfile.final classThis class is derived from the abstract Constant class and represents a reference to a String object.final classThis class is derived from the abstract Constant class and represents a reference to a Utf8 encoded string.final classThis class is derived from Attribute and represents a constant value, i.e., a default value for initializing a class field.final classThis class is derived from Attribute and denotes that this is a deprecated method.classThis attribute exists for local or anonymous classes and ...final classThis class represents the table of exceptions that are thrown by a method.final classThis class represents the field info structure, i.e., the representation for a variable in the class.classAbstract super class for fields and methods.final classThis class represents a inner class attribute, i.e., the class indices of the inner and outer classes, the name and the attributes of the inner class.final classThis class is derived from Attribute and denotes that this class is an Inner class of another.classRepresents a Java class, i.e., the data structures, constant pool, fields, methods and commands contained in a Java .class file.final classThis class represents a (PC offset, line number) pair, i.e., a line number in the source that corresponds to a relative address in the byte code.final classThis class represents a table of line numbers for debugging purposes.final classThis class represents a local variable within a method.classThis class represents colection of local variables in a method.classfinal classThis class represents the method info structure, i.e., the representation for a method in the class.classrepresents one parameter annotation in the parameter annotation tableclassbase class for parameter annotationsfinal classThis class is derived from Attribute and represents a reference to a PMG attribute.classrepresents an annotation that is represented in the class file but is not provided to the JVM.classrepresents a parameter annotation that is represented in the class file but is not provided to the JVM.classrepresents an annotation that is represented in the class file and is provided to the JVM.classrepresents a parameter annotation that is represented in the class file and is provided to the JVM.final classThis class is derived from Attribute and represents a reference to a GJ attribute.final classThis class is derived from Attribute and represents a reference to the source file of this class.final classThis class represents a stack map attribute used for preverification of Java classes for the Java 2 Micro Edition (J2ME).final classThis class is derived from Attribute and declares this class as `synthetic', i.e., it needs special handling.final classThis class represents a reference to an unknown (i.e., application-specific) attribute of a class. -
Uses of Node in org.apache.bcel.verifier.statics
Constructors in org.apache.bcel.verifier.statics with parameters of type NodeModifierConstructorDescriptionCreates a new StringRepresentation object which is the representation of n.