Uses of Interface
com.pnfsoftware.jeb.core.units.code.java.IJavaInstanceField
Packages that use IJavaInstanceField
Package
Description
Types used to manipulate 
dexdec-generated (Dex decompiler) Java Abstract Syntax Tree
 (AST) objects.- 
Uses of IJavaInstanceField in com.pnfsoftware.jeb.core.units.code.java
Fields in com.pnfsoftware.jeb.core.units.code.java with type parameters of type IJavaInstanceFieldMethods in com.pnfsoftware.jeb.core.units.code.java that return IJavaInstanceFieldModifier and TypeMethodDescriptionIJavaElementFactory.createInstanceField(IJavaExpression instance, IJavaField field) IJavaElementFactory.createInstanceField(IJavaExpression instance, String fsig) IJavaInstanceField.duplicate()JavaReconAnon.getCaptureSite(int index) Constructor parameters in com.pnfsoftware.jeb.core.units.code.java with type arguments of type IJavaInstanceFieldModifierConstructorDescriptionJavaReconAnon(List<Integer> superInitIndices, Map<Integer, IJavaInstanceField> constParamIndexToField)