public class Symbol extends ASTree
Modifier and Type | Field and Description |
---|---|
protected String |
identifier |
protected String identifier
public Symbol(String sym)
public String 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 © 2024. All rights reserved.