public class Symbol extends Object implements Comparable<Symbol>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Symbol o) |
boolean |
equals(Object o) |
static Symbol |
from(Expression expression) |
String |
getName() |
int |
hashCode() |
String |
toString() |
SymbolReference |
toSymbolReference() |
public Symbol(String name)
public static Symbol from(Expression expression)
public String getName()
public SymbolReference toSymbolReference()
public int compareTo(Symbol o)
compareTo
in interface Comparable<Symbol>
Copyright © 2012–2019. All rights reserved.