Uses of Class
org.benf.cfr.reader.bytecode.analysis.parse.expression.AbstractAssignmentExpression
Packages that use AbstractAssignmentExpression
Package
Description
-
Uses of AbstractAssignmentExpression in org.benf.cfr.reader.bytecode.analysis.parse.expression
Subclasses of AbstractAssignmentExpression in org.benf.cfr.reader.bytecode.analysis.parse.expressionModifier and TypeClassDescriptionclassclassclass(eg) x >>= 3, x++classclass -
Uses of AbstractAssignmentExpression in org.benf.cfr.reader.bytecode.analysis.parse.statement
Fields in org.benf.cfr.reader.bytecode.analysis.parse.statement declared as AbstractAssignmentExpressionModifier and TypeFieldDescriptionprivate AbstractAssignmentExpressionAssignmentPreMutation.rvalueFields in org.benf.cfr.reader.bytecode.analysis.parse.statement with type parameters of type AbstractAssignmentExpressionModifier and TypeFieldDescriptionprivate List<AbstractAssignmentExpression> ForStatement.assignmentsMethods in org.benf.cfr.reader.bytecode.analysis.parse.statement that return AbstractAssignmentExpressionModifier and TypeMethodDescriptionabstract AbstractAssignmentExpressionAbstractAssignment.getInliningExpression()AssignmentPreMutation.getInliningExpression()AssignmentSimple.getInliningExpression()Methods in org.benf.cfr.reader.bytecode.analysis.parse.statement that return types with arguments of type AbstractAssignmentExpressionMethod parameters in org.benf.cfr.reader.bytecode.analysis.parse.statement with type arguments of type AbstractAssignmentExpressionModifier and TypeMethodDescriptionvoidWhileStatement.replaceWithForLoop(AssignmentSimple initial, List<AbstractAssignmentExpression> assignment) Constructors in org.benf.cfr.reader.bytecode.analysis.parse.statement with parameters of type AbstractAssignmentExpressionModifierConstructorDescriptionprivateAssignmentPreMutation(BytecodeLoc loc, LValue lvalue, AbstractAssignmentExpression rvalue) Constructor parameters in org.benf.cfr.reader.bytecode.analysis.parse.statement with type arguments of type AbstractAssignmentExpressionModifierConstructorDescription(package private)ForStatement(BytecodeLoc loc, ConditionalExpression conditionalExpression, BlockIdentifier blockIdentifier, AssignmentSimple initial, List<AbstractAssignmentExpression> assignments) -
Uses of AbstractAssignmentExpression in org.benf.cfr.reader.bytecode.analysis.parse.utils
Fields in org.benf.cfr.reader.bytecode.analysis.parse.utils declared as AbstractAssignmentExpressionModifier and TypeFieldDescriptionprivate final AbstractAssignmentExpressionLValueAssignmentExpressionRewriter.lValueReplacementConstructors in org.benf.cfr.reader.bytecode.analysis.parse.utils with parameters of type AbstractAssignmentExpressionModifierConstructorDescriptionLValueAssignmentExpressionRewriter(LValue lValue, AbstractAssignmentExpression lValueReplacement, Op03SimpleStatement source) -
Uses of AbstractAssignmentExpression in org.benf.cfr.reader.bytecode.analysis.structured.statement
Fields in org.benf.cfr.reader.bytecode.analysis.structured.statement with type parameters of type AbstractAssignmentExpressionModifier and TypeFieldDescriptionprivate List<AbstractAssignmentExpression> StructuredFor.assignmentsprivate List<AbstractAssignmentExpression> UnstructuredFor.assignmentsConstructor parameters in org.benf.cfr.reader.bytecode.analysis.structured.statement with type arguments of type AbstractAssignmentExpressionModifierConstructorDescriptionStructuredFor(BytecodeLoc loc, ConditionalExpression condition, AssignmentSimple initial, List<AbstractAssignmentExpression> assignments, Op04StructuredStatement body, BlockIdentifier block) UnstructuredFor(BytecodeLoc loc, ConditionalExpression condition, BlockIdentifier blockIdentifier, AssignmentSimple initial, List<AbstractAssignmentExpression> assignments)