Package proguard.classfile.attribute
Class StructuredLineNumberInfo.Block
java.lang.Object
proguard.classfile.attribute.StructuredLineNumberInfo.Block
- All Implemented Interfaces:
LineNumberInfoBlock
- Enclosing class:
- StructuredLineNumberInfo
Factory for
StructuredLineNumberInfo objects. Line numbers that form a single block in
the mapping file should be generated with the same Block.-
Constructor Summary
ConstructorsConstructorDescriptionBlock(List<LineOrigin> origin, String sourceMethod, int sourceLineStart, int sourceLineEnd) Block(LineOrigin origin) Block(LineOrigin origin, String sourceMethod, int sourceLineStart, int sourceLineEnd) -
Method Summary
-
Constructor Details
-
Block
-
Block
-
Block
-
-
Method Details
-
line
- Specified by:
linein interfaceLineNumberInfoBlock
-