Package jadx.core.codegen.utils
Class CodeGenUtils
- java.lang.Object
-
- jadx.core.codegen.utils.CodeGenUtils
-
public class CodeGenUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddCodeComments(ICodeWriter code, NotificationAttrNode parent, @Nullable IAttributeNode node)static voidaddComments(ICodeWriter code, NotificationAttrNode node)static voidaddError(ICodeWriter code, java.lang.String errMsg, java.lang.Throwable cause)static voidaddErrors(ICodeWriter code, NotificationAttrNode node)static voidaddErrorsAndComments(ICodeWriter code, NotificationAttrNode node)static voidaddInputFileInfo(ICodeWriter code, ClassNode cls)static voidaddRenamedComment(ICodeWriter code, NotificationAttrNode node, java.lang.String origName)static voidaddSourceFileInfo(ICodeWriter code, ClassNode node)static CodeVargetCodeVar(RegisterArg arg)
-
-
-
Method Detail
-
addErrorsAndComments
public static void addErrorsAndComments(ICodeWriter code, NotificationAttrNode node)
-
addErrors
public static void addErrors(ICodeWriter code, NotificationAttrNode node)
-
addError
public static void addError(ICodeWriter code, java.lang.String errMsg, java.lang.Throwable cause)
-
addComments
public static void addComments(ICodeWriter code, NotificationAttrNode node)
-
addCodeComments
public static void addCodeComments(ICodeWriter code, NotificationAttrNode parent, @Nullable @Nullable IAttributeNode node)
-
addRenamedComment
public static void addRenamedComment(ICodeWriter code, NotificationAttrNode node, java.lang.String origName)
-
addSourceFileInfo
public static void addSourceFileInfo(ICodeWriter code, ClassNode node)
-
addInputFileInfo
public static void addInputFileInfo(ICodeWriter code, ClassNode cls)
-
getCodeVar
public static CodeVar getCodeVar(RegisterArg arg)
-
-