Uses of Class
org.apache.bcel.classfile.LineNumber
Packages that use LineNumber
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
PassVerifier classes used internally by JustIce.
-
Uses of LineNumber in org.apache.bcel.classfile
Classes in org.apache.bcel.classfile that implement interfaces with type arguments of type LineNumberModifier and TypeClassDescriptionfinal classThis class represents a table of line numbers for debugging purposes.Methods in org.apache.bcel.classfile that return LineNumberMethods in org.apache.bcel.classfile that return types with arguments of type LineNumberMethods in org.apache.bcel.classfile with parameters of type LineNumberModifier and TypeMethodDescriptionvoidLineNumberTable.setLineNumberTable(LineNumber[] lineNumberTable) voidDescendingVisitor.visitLineNumber(LineNumber number) voidEmptyVisitor.visitLineNumber(LineNumber obj) voidVisitor.visitLineNumber(LineNumber obj) Constructors in org.apache.bcel.classfile with parameters of type LineNumberModifierConstructorDescriptionInitialize from another object.LineNumberTable(int nameIndex, int length, LineNumber[] lineNumberTable, ConstantPool constantPool) Constructs a new instance. -
Uses of LineNumber in org.apache.bcel.generic
Methods in org.apache.bcel.generic that return LineNumber -
Uses of LineNumber in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type LineNumber