Package icyllis.arc3d.compiler.tree
Class Symbol
java.lang.Object
icyllis.arc3d.compiler.tree.Node
icyllis.arc3d.compiler.tree.Symbol
- Direct Known Subclasses:
AnonymousField
,FunctionDecl
,Type
,Variable
Represents a symbol table entry.
-
Nested Class Summary
Nested classes/interfaces inherited from class icyllis.arc3d.compiler.tree.Node
Node.ElementKind, Node.ExpressionKind, Node.StatementKind, Node.SymbolKind
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
accept
(TreeVisitor visitor) Visit this AST with a given visitor.abstract Node.SymbolKind
getKind()
final String
getName()
abstract Type
getType()
final void
Changes the symbol's name.Methods inherited from class icyllis.arc3d.compiler.tree.Node
getEndOffset, getStartOffset, toString
-
Constructor Details
-
Symbol
-
-
Method Details