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. localVariablesBySlotMethods in org.benf.cfr.reader.bytecode.analysis.opgraph that return Ident Modifier and Type Method Description (package private) IdentOp02WithProcessedDataAndRefs.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 voidOp02WithProcessedDataAndRefs. 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 IdentLocalVariable. identConstructors 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. cachedMethods in org.benf.cfr.reader.bytecode.analysis.variables with parameters of type Ident Modifier and Type Method Description voidVariableNamer. forceName(Ident ident, long stackPosition, java.lang.String name)voidVariableNamerDefault. forceName(Ident ident, long stackPosition, java.lang.String name)voidVariableNamerHinted. forceName(Ident ident, long stackPosition, java.lang.String name)NamedVariableVariableNamer. getName(int originalRawOffset, Ident ident, long stackPosition, boolean clashed)NamedVariableVariableNamerDefault. getName(int originalRawOffset, Ident ident, long stackPosition, boolean clashed)NamedVariableVariableNamerHinted. getName(int originalRawOffset, Ident ident, long stackPosition, boolean clashed)LValueVariableFactory. localVariable(int stackPosition, Ident ident, int origCodeRawOffset)
-