Serializablepublic class Keyword extends ASTree
| Modifier and Type | Field | Description |
|---|---|---|
protected int |
tokenId |
| Constructor | Description |
|---|---|
Keyword(int token) |
public int get()
public void accept(Visitor v) throws CompileError
ASTreeatXXX() on the given visitor, where
XXX is the class name of the node object.accept in class ASTreeCompileErrorCopyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.