Package jadx.core.dex.attributes
Interface ILineAttributeNode
-
- All Known Implementing Classes:
ArithNode,BaseInvokeNode,ClassNode,ConstClassNode,ConstructorInsn,ConstStringNode,FieldNode,FillArrayData,FillArrayInsn,FilledNewArrayNode,GotoNode,IfNode,IndexInsnNode,InsnNode,InvokeCustomNode,InvokeCustomRawNode,InvokeNode,InvokePolymorphicNode,JsrNode,LineAttrNode,MethodNode,NewArrayNode,NotificationAttrNode,PackageNode,PhiInsn,SwitchData,SwitchInsn,TargetInsnNode,TernaryInsn
public interface ILineAttributeNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDefPosition()intgetSourceLine()voidsetDefPosition(int pos)voidsetSourceLine(int sourceLine)
-