Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.java.JavaElementType
Packages that use JavaElementType
Package
Description
Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of JavaElementType in com.pnfsoftware.jeb.core.units.code.java
Methods in com.pnfsoftware.jeb.core.units.code.java that return JavaElementTypeModifier and TypeMethodDescriptionIJavaElement.getElementType()
This method returns the type of Java AST element held by this object.static JavaElementType
Returns the enum constant of this class with the specified name.static JavaElementType[]
JavaElementType.values()
Returns an array containing the constants of this enum class, in the order they are declared.