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
Modifier and TypeMethodDescriptionintintvoidsetDefPosition(int pos) voidsetSourceLine(int sourceLine)
-
Method Details
-
getSourceLine
int getSourceLine() -
setSourceLine
void setSourceLine(int sourceLine) -
getDefPosition
int getDefPosition() -
setDefPosition
void setDefPosition(int pos)
-