Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.CElementType
Packages that use CElementType
Package
Description
C AST types, used in AST documents provided by the
source units
generated by gendec
.-
Uses of CElementType in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return CElementTypeModifier and TypeMethodDescriptionICElement.getElementType()
This convenience method returns the type of C AST element held by this object.static CElementType
Returns the enum constant of this class with the specified name.static CElementType[]
CElementType.values()
Returns an array containing the constants of this enum class, in the order they are declared.