Package org.moeaframework.util.grammar
Class Symbol
java.lang.Object
org.moeaframework.util.grammar.Symbol
A context-free grammar symbol.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Symbol
Constructs a symbol with the specified value.- Parameters:
value- the value of this symbolisTerminal-trueif this symbol is a terminal;falseotherwise
-
-
Method Details
-
getValue
Returns the value of this symbol.- Returns:
- the value of this symbol
-
isTerminal
public boolean isTerminal()Returnstrueif this symbol is a terminal;falseotherwise.- Returns:
trueif this symbol is a terminal;falseotherwise
-
hashCode
public int hashCode() -
equals
-