public class Keyword extends ASTree
Modifier and Type | Field and Description |
---|---|
protected int |
tokenId |
Constructor and Description |
---|
Keyword(int token) |
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 © 2019. All rights reserved.