public class Keyword extends ASTree
| Modifier and Type | Field and Description |
|---|---|
protected int |
tokenId |
| Constructor and Description |
|---|
Keyword(int token) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Is a method for the visitor pattern.
|
int |
get() |
String |
toString() |
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. All rights reserved.