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 voidFrame. 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 LocalVariableMakerByteCodeParser. localVariableMakerprotected LocalVariableMakerStatementMaker. localVariableMakerMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type LocalVariableMaker Modifier and Type Method Description static StatementSynchronizedStatementMaker. make(LocalVariableMaker localVariableMaker, Statements statements, Statements tryStatements)static StatementTryWithResourcesStatementMaker. make(LocalVariableMaker localVariableMaker, Statements statements, Statements tryStatements, DefaultList<TryStatement.CatchClause> catchClauses, Statements finallyStatements)protected static StatementLoopStatementMaker. makeForEachArray(java.util.Map<java.lang.String,BaseType> typeBounds, LocalVariableMaker localVariableMaker, Statements statements, Expression condition, Statements subStatements)protected static StatementLoopStatementMaker. makeForEachList(java.util.Map<java.lang.String,BaseType> typeBounds, LocalVariableMaker localVariableMaker, Statements statements, Expression condition, Statements subStatements)protected static StatementLoopStatementMaker. makeLoop(java.util.Map<java.lang.String,BaseType> typeBounds, LocalVariableMaker localVariableMaker, BasicBlock loopBasicBlock, Statements statements, Expression condition, Statements subStatements)static StatementLoopStatementMaker. makeLoop(java.util.Map<java.lang.String,BaseType> typeBounds, LocalVariableMaker localVariableMaker, BasicBlock loopBasicBlock, Statements statements, Expression condition, Statements subStatements, Statements jumps)static voidSwitchStatementMaker. 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 LocalVariableMakerRemoveBinaryOpReturnStatementsVisitor. localVariableMakerprotected LocalVariableMakerRemoveFinallyStatementsVisitor. localVariableMakerMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with parameters of type LocalVariableMaker Modifier and Type Method Description protected voidCreateInstructionsVisitor. 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)
-