Uses of Class
org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable.AbstractLocalVariable
Packages that use AbstractLocalVariable
Package
Description
-
Uses of AbstractLocalVariable in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration declared as AbstractLocalVariableModifier and TypeFieldDescriptionprotected AbstractLocalVariable
ClassFileFormalParameter.localVariable
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration that return AbstractLocalVariableMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with parameters of type AbstractLocalVariableModifier and TypeMethodDescriptionvoid
ClassFileFormalParameter.setLocalVariable
(AbstractLocalVariable localVariable) Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with parameters of type AbstractLocalVariableModifierConstructorDescriptionClassFileFormalParameter
(BaseAnnotationReference annotationReferences, AbstractLocalVariable localVariable, boolean varargs) ClassFileFormalParameter
(AbstractLocalVariable localVariable) ClassFileFormalParameter
(AbstractLocalVariable localVariable, boolean varargs) -
Uses of AbstractLocalVariable in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression declared as AbstractLocalVariableModifier and TypeFieldDescriptionprotected AbstractLocalVariable
ClassFileLocalVariableReferenceExpression.localVariable
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression that return AbstractLocalVariableMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression with parameters of type AbstractLocalVariableModifier and TypeMethodDescriptionvoid
ClassFileLocalVariableReferenceExpression.setLocalVariable
(AbstractLocalVariable localVariable) Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression with parameters of type AbstractLocalVariableModifierConstructorDescriptionClassFileLocalVariableReferenceExpression
(int lineNumber, AbstractLocalVariable localVariable) -
Uses of AbstractLocalVariable in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement declared as AbstractLocalVariableModifier and TypeFieldDescriptionprotected AbstractLocalVariable
ClassFileForEachStatement.localVariable
protected AbstractLocalVariable
ClassFileTryStatement.CatchClause.localVariable
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement that return AbstractLocalVariableConstructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement with parameters of type AbstractLocalVariableModifierConstructorDescriptionCatchClause
(int lineNumber, ObjectType type, AbstractLocalVariable localVariable, BaseStatement statements) ClassFileForEachStatement
(AbstractLocalVariable localVariable, Expression expression, BaseStatement statements) -
Uses of AbstractLocalVariable in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable
Subclasses of AbstractLocalVariable in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariableModifier and TypeClassDescriptionclass
class
class
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable declared as AbstractLocalVariableModifier and TypeFieldDescriptionprotected AbstractLocalVariable[]
LocalVariableSet.array
protected AbstractLocalVariable
Frame.exceptionLocalVariable
protected AbstractLocalVariable[]
Frame.localVariableArray
protected AbstractLocalVariable
AbstractLocalVariable.next
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with type parameters of type AbstractLocalVariableModifier and TypeFieldDescriptionprotected HashMap
<NewExpression, AbstractLocalVariable> Frame.newExpressions
protected HashSet
<AbstractLocalVariable> AbstractLocalVariable.variablesOnLeft
protected HashSet
<AbstractLocalVariable> AbstractLocalVariable.variablesOnRight
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable that return AbstractLocalVariableModifier and TypeMethodDescriptionLocalVariableSet.get
(int index, int offset) Frame.getLocalVariable
(int index) LocalVariableReference.getLocalVariable()
RootFrame.getLocalVariable
(int index) AbstractLocalVariable.getNext()
LocalVariableSet.initialize
(Frame rootFrame) LocalVariableSet.remove
(int index, int offset) LocalVariableSet.root
(int index) Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable that return types with arguments of type AbstractLocalVariableModifier and TypeMethodDescriptionprotected HashMap
<Frame, HashSet<AbstractLocalVariable>> Frame.createMapForInlineDeclarations()
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with parameters of type AbstractLocalVariableModifier and TypeMethodDescriptionvoid
LocalVariableSet.add
(int index, AbstractLocalVariable newLV) void
Frame.addLocalVariable
(AbstractLocalVariable lv) protected void
AbstractLocalVariable.addVariableOnLeft
(AbstractLocalVariable variable) protected void
AbstractLocalVariable.addVariableOnRight
(AbstractLocalVariable variable) int
Frame.AbstractLocalVariableComparator.compare
(AbstractLocalVariable alv1, AbstractLocalVariable alv2) abstract boolean
AbstractLocalVariable.isAssignableFrom
(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) boolean
GenericLocalVariable.isAssignableFrom
(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) boolean
ObjectLocalVariable.isAssignableFrom
(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) boolean
PrimitiveLocalVariable.isAssignableFrom
(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) void
Frame.mergeLocalVariable
(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, AbstractLocalVariable lv) void
Frame.removeLocalVariable
(AbstractLocalVariable lv) void
Frame.setExceptionLocalVariable
(AbstractLocalVariable exceptionLocalVariable) void
LocalVariableReference.setLocalVariable
(AbstractLocalVariable localVariable) void
AbstractLocalVariable.setNext
(AbstractLocalVariable next) abstract void
AbstractLocalVariable.variableOnLeft
(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) void
GenericLocalVariable.variableOnLeft
(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) void
ObjectLocalVariable.variableOnLeft
(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) void
PrimitiveLocalVariable.variableOnLeft
(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) abstract void
AbstractLocalVariable.variableOnRight
(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) void
GenericLocalVariable.variableOnRight
(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) void
ObjectLocalVariable.variableOnRight
(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) void
PrimitiveLocalVariable.variableOnRight
(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) Method parameters in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with type arguments of type AbstractLocalVariableModifier and TypeMethodDescriptionprotected void
Frame.createInlineDeclarations
(HashSet<AbstractLocalVariable> undeclaredLocalVariables, HashSet<AbstractLocalVariable> undeclaredLocalVariablesInStatement, ListIterator<Statement> iterator, ExpressionStatement es) protected void
Frame.createInlineDeclarations
(HashSet<AbstractLocalVariable> undeclaredLocalVariables, HashSet<AbstractLocalVariable> undeclaredLocalVariablesInStatement, ClassFileForStatement fs) protected LocalVariableDeclarationStatement
Frame.newDeclarationStatement
(HashSet<AbstractLocalVariable> undeclaredLocalVariables, HashSet<AbstractLocalVariable> undeclaredLocalVariablesInStatement, BinaryOperatorExpression boe) protected Expression
Frame.splitMultiAssignment
(int toOffset, HashSet<AbstractLocalVariable> undeclaredLocalVariablesInStatement, List<Expression> expressions, Expression expression) protected void
Frame.updateForStatement
(HashSet<AbstractLocalVariable> undeclaredLocalVariables, HashSet<AbstractLocalVariable> undeclaredLocalVariablesInStatement, ClassFileForStatement forStatement, Expression init) protected void
Frame.updateForStatement
(HashSet<AbstractLocalVariable> variablesToDeclare, HashSet<AbstractLocalVariable> foundVariables, ClassFileForStatement forStatement, Expressions init) -
Uses of AbstractLocalVariable in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.util declared as AbstractLocalVariableModifier and TypeFieldDescriptionprotected AbstractLocalVariable
SynchronizedStatementMaker.RemoveMonitorExitVisitor.localVariable
protected AbstractLocalVariable[]
LocalVariableMaker.localVariableCache
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return AbstractLocalVariableModifier and TypeMethodDescriptionLocalVariableMaker.getExceptionLocalVariable
(int index, int offset, ObjectType type) LocalVariableMaker.getLocalVariable
(int index, int offset) protected static AbstractLocalVariable
TryWithResourcesStatementMaker.getLocalVariable
(Expression condition) private AbstractLocalVariable
ByteCodeParser.getLocalVariableInAssignment
(int index, int offset, Expression value) LocalVariableMaker.getLocalVariableInAssignment
(Map<String, BaseType> typeBounds, int index, int offset, Type valueType) LocalVariableMaker.getLocalVariableInAssignment
(Map<String, BaseType> typeBounds, int index, int offset, AbstractLocalVariable valueLocalVariable) LocalVariableMaker.getLocalVariableInNullAssignment
(int index, int offset, Type valueType) protected AbstractLocalVariable
LocalVariableMaker.searchLocalVariable
(int index, int offset) Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type AbstractLocalVariableModifier and TypeMethodDescriptionprotected static boolean
TryWithResourcesStatementMaker.checkCloseInvocation
(MethodInvocationExpression mie, AbstractLocalVariable lv) protected Type
TypeParametersToTypeArgumentsBinder.checkTypeArguments
(Type type, AbstractLocalVariable localVariable) LocalVariableMaker.getLocalVariableInAssignment
(Map<String, BaseType> typeBounds, int index, int offset, AbstractLocalVariable valueLocalVariable) boolean
LocalVariableMaker.isCompatible
(AbstractLocalVariable lv, Type valueType) private void
ByteCodeParser.parseASTORE
(Statements statements, DefaultStack<Expression> stack, int lineNumber, AbstractLocalVariable localVariable, Expression valueRef) private void
ByteCodeParser.parseIINC
(Statements statements, DefaultStack<Expression> stack, int lineNumber, AbstractLocalVariable localVariable, int count) private static void
ByteCodeParser.parseILOAD
(Statements statements, DefaultStack<Expression> stack, int lineNumber, AbstractLocalVariable localVariable) private void
ByteCodeParser.parseSTORE
(Statements statements, DefaultStack<Expression> stack, int lineNumber, AbstractLocalVariable localVariable, Expression valueRef) void
LocalVariableMaker.removeLocalVariable
(AbstractLocalVariable lv) private static boolean
ByteCodeParser.stackContainsLocalVariableReference
(DefaultStack<Expression> stack, AbstractLocalVariable localVariable) protected void
LocalVariableMaker.store
(AbstractLocalVariable lv) Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type AbstractLocalVariable -
Uses of AbstractLocalVariable in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor declared as AbstractLocalVariableModifier and TypeFieldDescriptionprotected AbstractLocalVariable
CreateLocalVariableVisitor.localVariable
protected AbstractLocalVariable
CreateParameterVisitor.localVariable
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with type parameters of type AbstractLocalVariableModifier and TypeFieldDescriptionprotected HashSet
<AbstractLocalVariable> SearchUndeclaredLocalVariableVisitor.variables
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor that return AbstractLocalVariableModifier and TypeMethodDescriptionCreateLocalVariableVisitor.getLocalVariable()
CreateParameterVisitor.getLocalVariable()
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor that return types with arguments of type AbstractLocalVariable