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 AbstractLocalVariableClassFileFormalParameter.localVariableMethods 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 TypeMethodDescriptionvoidClassFileFormalParameter.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 AbstractLocalVariableClassFileLocalVariableReferenceExpression.localVariableMethods 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 TypeMethodDescriptionvoidClassFileLocalVariableReferenceExpression.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 AbstractLocalVariableClassFileForEachStatement.localVariableprotected AbstractLocalVariableClassFileTryStatement.CatchClause.localVariableMethods 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 TypeClassDescriptionclassclassclassClasses in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable that implement interfaces with type arguments of type AbstractLocalVariableFields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable declared as AbstractLocalVariableModifier and TypeFieldDescriptionprotected AbstractLocalVariable[]LocalVariableSet.arrayprotected AbstractLocalVariableFrame.exceptionLocalVariableprotected AbstractLocalVariable[]Frame.localVariableArrayprotected AbstractLocalVariableAbstractLocalVariable.nextFields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with type parameters of type AbstractLocalVariableModifier and TypeFieldDescriptionprotected HashMap<NewExpression, AbstractLocalVariable> Frame.newExpressionsprotected HashSet<AbstractLocalVariable> AbstractLocalVariable.variablesOnLeftprotected HashSet<AbstractLocalVariable> AbstractLocalVariable.variablesOnRightMethods 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 TypeMethodDescriptionvoidLocalVariableSet.add(int index, AbstractLocalVariable newLV) voidFrame.addLocalVariable(AbstractLocalVariable lv) protected voidAbstractLocalVariable.addVariableOnLeft(AbstractLocalVariable variable) protected voidAbstractLocalVariable.addVariableOnRight(AbstractLocalVariable variable) intFrame.AbstractLocalVariableComparator.compare(AbstractLocalVariable alv1, AbstractLocalVariable alv2) abstract booleanAbstractLocalVariable.isAssignableFrom(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) booleanGenericLocalVariable.isAssignableFrom(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) booleanObjectLocalVariable.isAssignableFrom(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) booleanPrimitiveLocalVariable.isAssignableFrom(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) voidFrame.mergeLocalVariable(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, AbstractLocalVariable lv) voidFrame.removeLocalVariable(AbstractLocalVariable lv) voidFrame.setExceptionLocalVariable(AbstractLocalVariable exceptionLocalVariable) voidLocalVariableReference.setLocalVariable(AbstractLocalVariable localVariable) voidAbstractLocalVariable.setNext(AbstractLocalVariable next) abstract voidAbstractLocalVariable.variableOnLeft(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) voidGenericLocalVariable.variableOnLeft(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) voidObjectLocalVariable.variableOnLeft(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) voidPrimitiveLocalVariable.variableOnLeft(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) abstract voidAbstractLocalVariable.variableOnRight(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) voidGenericLocalVariable.variableOnRight(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) voidObjectLocalVariable.variableOnRight(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) voidPrimitiveLocalVariable.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 voidFrame.createInlineDeclarations(HashSet<AbstractLocalVariable> undeclaredLocalVariables, HashSet<AbstractLocalVariable> undeclaredLocalVariablesInStatement, ListIterator<Statement> iterator, ExpressionStatement es) protected voidFrame.createInlineDeclarations(HashSet<AbstractLocalVariable> undeclaredLocalVariables, HashSet<AbstractLocalVariable> undeclaredLocalVariablesInStatement, ClassFileForStatement fs) protected LocalVariableDeclarationStatementFrame.newDeclarationStatement(HashSet<AbstractLocalVariable> undeclaredLocalVariables, HashSet<AbstractLocalVariable> undeclaredLocalVariablesInStatement, BinaryOperatorExpression boe) protected ExpressionFrame.splitMultiAssignment(int toOffset, HashSet<AbstractLocalVariable> undeclaredLocalVariablesInStatement, List<Expression> expressions, Expression expression) protected voidFrame.updateForStatement(HashSet<AbstractLocalVariable> undeclaredLocalVariables, HashSet<AbstractLocalVariable> undeclaredLocalVariablesInStatement, ClassFileForStatement forStatement, Expression init) protected voidFrame.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 AbstractLocalVariableSynchronizedStatementMaker.RemoveMonitorExitVisitor.localVariableprotected AbstractLocalVariable[]LocalVariableMaker.localVariableCacheMethods 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 AbstractLocalVariableTryWithResourcesStatementMaker.getLocalVariable(Expression condition) private AbstractLocalVariableByteCodeParser.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 AbstractLocalVariableLocalVariableMaker.searchLocalVariable(int index, int offset) Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type AbstractLocalVariableModifier and TypeMethodDescriptionprotected static booleanTryWithResourcesStatementMaker.checkCloseInvocation(MethodInvocationExpression mie, AbstractLocalVariable lv) protected TypeTypeParametersToTypeArgumentsBinder.checkTypeArguments(Type type, AbstractLocalVariable localVariable) LocalVariableMaker.getLocalVariableInAssignment(Map<String, BaseType> typeBounds, int index, int offset, AbstractLocalVariable valueLocalVariable) booleanLocalVariableMaker.isCompatible(AbstractLocalVariable lv, Type valueType) private voidByteCodeParser.parseASTORE(Statements statements, DefaultStack<Expression> stack, int lineNumber, AbstractLocalVariable localVariable, Expression valueRef) private voidByteCodeParser.parseIINC(Statements statements, DefaultStack<Expression> stack, int lineNumber, AbstractLocalVariable localVariable, int count) private static voidByteCodeParser.parseILOAD(Statements statements, DefaultStack<Expression> stack, int lineNumber, AbstractLocalVariable localVariable) private voidByteCodeParser.parseSTORE(Statements statements, DefaultStack<Expression> stack, int lineNumber, AbstractLocalVariable localVariable, Expression valueRef) voidLocalVariableMaker.removeLocalVariable(AbstractLocalVariable lv) private static booleanByteCodeParser.stackContainsLocalVariableReference(DefaultStack<Expression> stack, AbstractLocalVariable localVariable) protected voidLocalVariableMaker.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 AbstractLocalVariableCreateLocalVariableVisitor.localVariableprotected AbstractLocalVariableCreateParameterVisitor.localVariableFields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with type parameters of type AbstractLocalVariableModifier and TypeFieldDescriptionprotected HashSet<AbstractLocalVariable> SearchUndeclaredLocalVariableVisitor.variablesMethods 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