Uses of Class
org.benf.cfr.reader.bytecode.analysis.variables.Ident
Packages that use Ident
Package
Description
-
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 IdentMethods in org.benf.cfr.reader.bytecode.analysis.opgraph that return IdentModifier and TypeMethodDescription(package private) IdentOp02WithProcessedDataAndRefs.IdentFactory.getNextIdent(int slot) Method parameters in org.benf.cfr.reader.bytecode.analysis.opgraph with type arguments of type Ident -
Uses of Ident in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Fields in org.benf.cfr.reader.bytecode.analysis.parse.lvalue declared as IdentConstructors in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type IdentModifierConstructorDescriptionLocalVariable(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 IdentModifier and TypeMethodDescriptionMethodPrototype.computeParameters(Method.MethodConstructor constructorFlag, Map<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 IdentMethods in org.benf.cfr.reader.bytecode.analysis.variables with parameters of type IdentModifier and TypeMethodDescriptionvoidvoidvoidVariableNamerDefault.getName(int originalRawOffset, Ident ident, long stackPosition, boolean clashed) VariableNamerHinted.getName(int originalRawOffset, Ident ident, long stackPosition, boolean clashed) VariableFactory.localVariable(int stackPosition, Ident ident, int origCodeRawOffset)