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 JavaKeywordReturns 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 voidJavaKeyword.appendAccessKeyword(JavaOutputSink out, JavaKeyword keyword) Generate a Java keyword into an AST sink.voidJavaOutputSink.appendKeyword(JavaKeyword keyword) voidJavaOutputSink.appendKeyword(JavaKeyword keyword, long itemId)