public class Keyword extends ASTree
Modifier and Type | Field | Description |
---|---|---|
protected int |
tokenId |
Constructor | Description |
---|---|
Keyword(int token) |
Modifier and Type | Method | Description |
---|---|---|
void |
accept(Visitor v) |
Is a method for the visitor pattern.
|
int |
get() |
|
java.lang.String |
toString() |
public int get()
public void accept(Visitor v) throws CompileError
ASTree
atXXX()
on the given visitor, where
XXX
is the class name of the node object.accept
in class ASTree
CompileError
Copyright © 2018 Shigeru Chiba, www.javassist.org. All Rights Reserved.