Constructor and Description |
---|
InnerClassConstructorRewriter(ClassFile classFile,
LocalVariable outerArg) |
Modifier and Type | Method and Description |
---|---|
void |
LValueTypeClashCheck.collectLocalVariableAssignment(LocalVariable localVariable,
StatementContainer<StructuredStatement> statementContainer,
Expression value) |
Modifier and Type | Method and Description |
---|---|
void |
VariableNameTidier.renameToAvoidHiding(Set<String> avoid,
List<LocalVariable> collisions) |
Modifier and Type | Method and Description |
---|---|
void |
LValueAssignmentAndAliasCondenser.collectLocalVariableAssignment(LocalVariable localVariable,
StatementContainer<Statement> statementContainer,
Expression value) |
void |
LValueAssignmentCollector.collectLocalVariableAssignment(LocalVariable localVariable,
StatementContainer<T> statementContainer,
Expression value) |
Modifier and Type | Method and Description |
---|---|
void |
LocalClassScopeDiscoverImpl.collectLocalVariableAssignment(LocalVariable localVariable,
StatementContainer<StructuredStatement> statementContainer,
Expression value) |
void |
LValueScopeDiscoverImpl.collectLocalVariableAssignment(LocalVariable localVariable,
StatementContainer<StructuredStatement> statementContainer,
Expression value) |
void |
LValueScopeDiscoverer.collectLocalVariableAssignment(LocalVariable localVariable,
StatementContainer<StructuredStatement> statementContainer,
Expression value) |
Modifier and Type | Method and Description |
---|---|
String |
StructuredStatement.suggestName(LocalVariable createdHere,
Predicate<String> testNameUsedFn) |
Modifier and Type | Method and Description |
---|---|
String |
AbstractStructuredStatement.suggestName(LocalVariable createdHere,
Predicate<String> testNameUsedFn) |
String |
AbstractUnStructuredStatement.suggestName(LocalVariable createdHere,
Predicate<String> testNameUsedFn) |
String |
StructuredFor.suggestName(LocalVariable createdHere,
Predicate<String> testNameUsedFn) |
Modifier and Type | Method and Description |
---|---|
String |
AbstractPlaceholder.suggestName(LocalVariable createdHere,
Predicate<String> testNameUsedFn) |
Modifier and Type | Field and Description |
---|---|
LocalVariable |
MethodPrototype.ParameterLValue.localVariable |
Modifier and Type | Method and Description |
---|---|
List<LocalVariable> |
MethodPrototype.computeParameters(Method.MethodConstructor constructorFlag,
Map<Integer,Ident> slotToIdentMap) |
List<LocalVariable> |
MethodPrototype.getComputedParameters() |
Modifier and Type | Method and Description |
---|---|
void |
VariableFactory.mutatingRenameUnClash(LocalVariable toRename) |
Copyright © 2011-2021. All Rights Reserved.