Uses of Class
org.benf.cfr.reader.bytecode.analysis.variables.Ident
-
-
Uses of Ident in org.benf.cfr.reader.bytecode.analysis.opgraph
Fields in org.benf.cfr.reader.bytecode.analysis.opgraph with type parameters of type Ident Modifier and Type Field Description private java.util.Map<java.lang.Integer,Ident>
Op02WithProcessedDataAndRefs. localVariablesBySlot
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph that return Ident Modifier and Type Method Description (package private) Ident
Op02WithProcessedDataAndRefs.IdentFactory. getNextIdent(int slot)
Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph with type arguments of type Ident Modifier and Type Method Description private void
Op02WithProcessedDataAndRefs. mapSSASlots(java.util.Map<Pair<Slot,SSAIdent>,Ident> identmap)
-
Uses of Ident in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Fields in org.benf.cfr.reader.bytecode.analysis.parse.lvalue declared as Ident Modifier and Type Field Description private Ident
LocalVariable. ident
Constructors in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type Ident Constructor Description LocalVariable(int stackPosition, Ident ident, VariableNamer variableNamer, int originalRawOffset, boolean clashed, InferredJavaType inferredJavaType)
-
Uses of Ident in org.benf.cfr.reader.bytecode.analysis.types
Method parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type Ident Modifier and Type Method Description java.util.List<LocalVariable>
MethodPrototype. computeParameters(Method.MethodConstructor constructorFlag, java.util.Map<java.lang.Integer,Ident> slotToIdentMap)
-
Uses of Ident in org.benf.cfr.reader.bytecode.analysis.variables
Fields in org.benf.cfr.reader.bytecode.analysis.variables with type parameters of type Ident Modifier and Type Field Description private java.util.Map<Ident,NamedVariable>
VariableNamerDefault. cached
Methods in org.benf.cfr.reader.bytecode.analysis.variables with parameters of type Ident Modifier and Type Method Description void
VariableNamer. forceName(Ident ident, long stackPosition, java.lang.String name)
void
VariableNamerDefault. forceName(Ident ident, long stackPosition, java.lang.String name)
void
VariableNamerHinted. forceName(Ident ident, long stackPosition, java.lang.String name)
NamedVariable
VariableNamer. getName(int originalRawOffset, Ident ident, long stackPosition, boolean clashed)
NamedVariable
VariableNamerDefault. getName(int originalRawOffset, Ident ident, long stackPosition, boolean clashed)
NamedVariable
VariableNamerHinted. getName(int originalRawOffset, Ident ident, long stackPosition, boolean clashed)
LValue
VariableFactory. localVariable(int stackPosition, Ident ident, int origCodeRawOffset)
-