Uses of Interface
com.pnfsoftware.jeb.core.units.code.java.IJavaStaticField
Packages that use IJavaStaticField
Package
Description
Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of IJavaStaticField in com.pnfsoftware.jeb.core.units.code.java
Methods in com.pnfsoftware.jeb.core.units.code.java that return IJavaStaticFieldModifier and TypeMethodDescriptionIJavaElementFactory.createStaticField
(IJavaType classType, IJavaField field) IJavaElementFactory.createStaticField
(IJavaType classType, String fsig) IJavaStaticField.duplicate()
JavaReconEnum.ECst.getCompilerGeneratedStaticField()
JavaReconEnum.getValuesArray()
Methods in com.pnfsoftware.jeb.core.units.code.java with parameters of type IJavaStaticFieldModifier and TypeMethodDescriptionJavaReconEnum.byField
(IJavaStaticField field) void
JavaReconEnum.setValuesArray
(IJavaStaticField valuesArray) Constructors in com.pnfsoftware.jeb.core.units.code.java with parameters of type IJavaStaticFieldModifierConstructorDescriptionECst
(IJavaStaticField sfield, String name, int ordinal, List<IJavaExpression> adds, IJavaNew newExpressionForSubEnum)