Uses of Class
org.jd.core.v1.service.converter.classfiletojavasyntax.util.LocalVariableMaker
Packages that use LocalVariableMaker
Package
Description
-
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 LocalVariableMakerModifier and TypeMethodDescriptionvoid
Frame.mergeLocalVariable
(Map<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 LocalVariableMakerModifier and TypeFieldDescriptionprivate LocalVariableMaker
ByteCodeParser.localVariableMaker
protected LocalVariableMaker
StatementMaker.localVariableMaker
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type LocalVariableMakerModifier and TypeMethodDescriptionstatic 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
(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, Statements statements, Expression condition, Statements subStatements) protected static Statement
LoopStatementMaker.makeForEachList
(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, Statements statements, Expression condition, Statements subStatements) protected static Statement
LoopStatementMaker.makeLoop
(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, BasicBlock loopBasicBlock, Statements statements, Expression condition, Statements subStatements) static Statement
LoopStatementMaker.makeLoop
(Map<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 LocalVariableMakerModifierConstructorDescriptionByteCodeParser
(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 LocalVariableMakerModifier and TypeFieldDescriptionprotected LocalVariableMaker
RemoveBinaryOpReturnStatementsVisitor.localVariableMaker
protected LocalVariableMaker
RemoveFinallyStatementsVisitor.localVariableMaker
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with parameters of type LocalVariableMakerModifier and TypeMethodDescriptionprotected void
CreateInstructionsVisitor.createParametersVariablesAndStatements
(ClassFileConstructorOrMethodDeclaration comd, LocalVariableMaker localVariableMaker) Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with parameters of type LocalVariableMakerModifierConstructorDescriptionRemoveBinaryOpReturnStatementsVisitor
(LocalVariableMaker localVariableMaker) RemoveFinallyStatementsVisitor
(LocalVariableMaker localVariableMaker)