Package jadx.gui.device.debugger.smali
Class SmaliWriter
- java.lang.Object
-
- jadx.api.impl.SimpleCodeWriter
-
- jadx.gui.device.debugger.smali.SmaliWriter
-
- All Implemented Interfaces:
jadx.api.ICodeWriter
public class SmaliWriter extends jadx.api.impl.SimpleCodeWriter
-
-
Constructor Summary
Constructors Constructor Description SmaliWriter(jadx.core.dex.nodes.ClassNode cls)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddLine()jadx.api.ICodeInfofinish()jadx.core.dex.nodes.ClassNodegetClassNode()intgetLine()-
Methods inherited from class jadx.api.impl.SimpleCodeWriter
add, add, add, addIndent, addLineIndent, addMultiLine, attachAnnotation, attachDefinition, attachLineAnnotation, attachSourceLine, decIndent, getCodeStr, getIndent, getLength, getLineStartPos, getRawAnnotations, getRawBuf, incIndent, isMetadataSupported, newLine, setIndent, startLine, startLine, startLine, startLineWithNum, toString
-
-
-
-
Method Detail
-
getClassNode
public jadx.core.dex.nodes.ClassNode getClassNode()
-
addLine
protected void addLine()
- Overrides:
addLinein classjadx.api.impl.SimpleCodeWriter
-
getLine
public int getLine()
- Specified by:
getLinein interfacejadx.api.ICodeWriter- Overrides:
getLinein classjadx.api.impl.SimpleCodeWriter
-
finish
public jadx.api.ICodeInfo finish()
- Specified by:
finishin interfacejadx.api.ICodeWriter- Overrides:
finishin classjadx.api.impl.SimpleCodeWriter
-
-