Uses of Class
org.jd.core.v1.service.converter.classfiletojavasyntax.util.LocalVariableMaker
-
-
Uses of LocalVariableMaker in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with parameters of type LocalVariableMaker Modifier and Type Method Description void
Frame. mergeLocalVariable(java.util.Map<java.lang.String,BaseType> typeBounds, LocalVariableMaker localVariableMaker, AbstractLocalVariable lv)
-
Uses of LocalVariableMaker in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.util declared as LocalVariableMaker Modifier and Type Field Description private LocalVariableMaker
ByteCodeParser. localVariableMaker
protected LocalVariableMaker
StatementMaker. localVariableMaker
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type LocalVariableMaker Modifier and Type Method Description static Statement
SynchronizedStatementMaker. make(LocalVariableMaker localVariableMaker, Statements statements, Statements tryStatements)
static Statement
TryWithResourcesStatementMaker. make(LocalVariableMaker localVariableMaker, Statements statements, Statements tryStatements, DefaultList<TryStatement.CatchClause> catchClauses, Statements finallyStatements)
protected static Statement
LoopStatementMaker. makeForEachArray(java.util.Map<java.lang.String,BaseType> typeBounds, LocalVariableMaker localVariableMaker, Statements statements, Expression condition, Statements subStatements)
protected static Statement
LoopStatementMaker. makeForEachList(java.util.Map<java.lang.String,BaseType> typeBounds, LocalVariableMaker localVariableMaker, Statements statements, Expression condition, Statements subStatements)
protected static Statement
LoopStatementMaker. makeLoop(java.util.Map<java.lang.String,BaseType> typeBounds, LocalVariableMaker localVariableMaker, BasicBlock loopBasicBlock, Statements statements, Expression condition, Statements subStatements)
static Statement
LoopStatementMaker. makeLoop(java.util.Map<java.lang.String,BaseType> typeBounds, LocalVariableMaker localVariableMaker, BasicBlock loopBasicBlock, Statements statements, Expression condition, Statements subStatements, Statements jumps)
static void
SwitchStatementMaker. makeSwitchString(LocalVariableMaker localVariableMaker, Statements statements, SwitchStatement switchStatement)
Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type LocalVariableMaker Constructor Description ByteCodeParser(TypeMaker typeMaker, LocalVariableMaker localVariableMaker, ClassFile classFile, ClassFileBodyDeclaration bodyDeclaration, ClassFileConstructorOrMethodDeclaration comd)
StatementMaker(TypeMaker typeMaker, LocalVariableMaker localVariableMaker, ClassFile classFile, ClassFileBodyDeclaration bodyDeclaration, ClassFileConstructorOrMethodDeclaration comd)
-
Uses of LocalVariableMaker in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor declared as LocalVariableMaker Modifier and Type Field Description protected LocalVariableMaker
RemoveBinaryOpReturnStatementsVisitor. localVariableMaker
protected LocalVariableMaker
RemoveFinallyStatementsVisitor. localVariableMaker
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with parameters of type LocalVariableMaker Modifier and Type Method Description protected void
CreateInstructionsVisitor. createParametersVariablesAndStatements(ClassFileConstructorOrMethodDeclaration comd, LocalVariableMaker localVariableMaker)
Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with parameters of type LocalVariableMaker Constructor Description RemoveBinaryOpReturnStatementsVisitor(LocalVariableMaker localVariableMaker)
RemoveFinallyStatementsVisitor(LocalVariableMaker localVariableMaker)
-