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) Create a static-field expression.IJavaElementFactory.createStaticField(IJavaType classType, String fsig) Create a static-field expression.IJavaStaticField.duplicate()JavaReconEnum.ECst.getCompilerGeneratedStaticField()Retrieve the compiler-generated static field holding this constant.JavaReconEnum.getValuesArray()Retrieve the compiler-generated values-array field.Methods in com.pnfsoftware.jeb.core.units.code.java with parameters of type IJavaStaticFieldModifier and TypeMethodDescriptionJavaReconEnum.byField(IJavaStaticField field) Retrieve an enum constant by its compiler-generated static field.voidJavaReconEnum.setValuesArray(IJavaStaticField valuesArray) Set the compiler-generated values-array field.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) Create reconstructed enum constant metadata.