Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.java.JavaKeyword
Packages that use JavaKeyword
Package
Description
Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of JavaKeyword in com.pnfsoftware.jeb.core.units.code.java
Methods in com.pnfsoftware.jeb.core.units.code.java that return JavaKeywordModifier and TypeMethodDescriptionstatic JavaKeyword
Returns the enum constant of this class with the specified name.static JavaKeyword[]
JavaKeyword.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.core.units.code.java with parameters of type JavaKeywordModifier and TypeMethodDescriptionstatic void
JavaKeyword.appendAccessKeyword
(JavaOutputSink out, JavaKeyword keyword) Generate a Java keyword into an AST sink.void
JavaOutputSink.appendKeyword
(JavaKeyword keyword) void
JavaOutputSink.appendKeyword
(JavaKeyword keyword, long itemId)