SymbolNode

public final class SymbolNode extends LecsNode

Parse tree representation of a symbol.

Constructors

SymbolNode
Link copied to clipboard
SymbolNode SymbolNode(Token token)

Functions

component1
Link copied to clipboard
final Token component1()
copy
Link copied to clipboard
final SymbolNode copy(Token token)
equals
Link copied to clipboard
Boolean equals(Object other)
getToken
Link copied to clipboard
final Token getToken()
The Token representing this symbol in the source code.
hashCode
Link copied to clipboard
Integer hashCode()
toString
Link copied to clipboard
String toString()

Properties

token
Link copied to clipboard
private final Token token
The Token representing this symbol in the source code.