Package javassist.compiler.ast
Class Keyword
- java.lang.Object
-
- javassist.compiler.ast.ASTree
-
- javassist.compiler.ast.Keyword
-
- All Implemented Interfaces:
Serializable
public class Keyword extends ASTree
Keyword.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Keyword(int token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor v)
Is a method for the visitor pattern.int
get()
String
toString()
-