Package jadx.core.codegen
Class ConditionGen
- java.lang.Object
-
- jadx.core.codegen.InsnGen
-
- jadx.core.codegen.ConditionGen
-
public class ConditionGen extends InsnGen
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jadx.core.codegen.InsnGen
InsnGen.Flags
-
-
Constructor Summary
Constructors Constructor Description ConditionGen(InsnGen insnGen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(ICodeWriter code, IfCondition condition)-
Methods inherited from class jadx.core.codegen.InsnGen
addArg, addArg, addArg, addArgDot, assignVar, declareVar, declareVar, makeInsn, makeInsn, makeStaticFieldAccess, staticField, useClass, useClass, useType
-
-
-
-
Constructor Detail
-
ConditionGen
public ConditionGen(InsnGen insnGen)
-
-
Method Detail
-
add
public void add(ICodeWriter code, IfCondition condition) throws CodegenException
- Throws:
CodegenException
-
-