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 TypeClassDescriptionclass
class
class
(eg) x >>= 3, x++class
class
-
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 AbstractAssignmentExpression
AssignmentPreMutation.rvalue
Fields in org.benf.cfr.reader.bytecode.analysis.parse.statement with type parameters of type AbstractAssignmentExpressionModifier and TypeFieldDescriptionprivate List<AbstractAssignmentExpression>
ForStatement.assignments
Methods in org.benf.cfr.reader.bytecode.analysis.parse.statement that return AbstractAssignmentExpressionModifier and TypeMethodDescriptionabstract AbstractAssignmentExpression
AbstractAssignment.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 TypeMethodDescriptionvoid
WhileStatement.replaceWithForLoop
(AssignmentSimple initial, List<AbstractAssignmentExpression> assignment) Constructors in org.benf.cfr.reader.bytecode.analysis.parse.statement with parameters of type AbstractAssignmentExpressionModifierConstructorDescriptionprivate
AssignmentPreMutation
(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 AbstractAssignmentExpression
LValueAssignmentExpressionRewriter.lValueReplacement
Constructors 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.assignments
private List<AbstractAssignmentExpression>
UnstructuredFor.assignments
Constructor 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)