public static class ClassFile.LineNumberTableAttribute.Entry extends Object
Modifier and Type | Field and Description |
---|---|
int |
lineNumber |
int |
startPC |
Constructor and Description |
---|
ClassFile.LineNumberTableAttribute.Entry(int startPC,
int lineNumber) |
Copyright © 2001-2015. All Rights Reserved.