lecs
/
lecs.parser
/
SymbolNode
Symbol
Node
public final class
SymbolNode
extends
LecsNode
Content copied to clipboard
Parse tree representation of a symbol.
Constructors
Functions
Properties
Constructors
SymbolNode
Link copied to clipboard
SymbolNode
SymbolNode
(
Token
token
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
final
Token
component1
()
Content copied to clipboard
copy
Link copied to clipboard
final
SymbolNode
copy
(
Token
token
)
Content copied to clipboard
equals
Link copied to clipboard
Boolean
equals
(
Object
other
)
Content copied to clipboard
getToken
Link copied to clipboard
final
Token
getToken
()
Content copied to clipboard
The
Token
representing this symbol in the source code.
hashCode
Link copied to clipboard
Integer
hashCode
()
Content copied to clipboard
toString
Link copied to clipboard
String
toString
()
Content copied to clipboard
Properties
token
Link copied to clipboard
private final
Token
token
Content copied to clipboard
The
Token
representing this symbol in the source code.