public final class PlusSymbol extends AbstractSymbol
| Constructor and Description |
|---|
PlusSymbol(Position position)
The constructor instantiate the plussymbol.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
getPosition, isPackageDescriptionFileSymbol, isPathSymbol, isRowEndSymbol, isValueSymbol, toCommentSymbol, toOptionSymbol, toPackageDescriptionFileSymbol, toPathSymbol, toValueSymbol, toVariableSymbolpublic PlusSymbol(Position position)
position - is the row and column of the data in the stream.public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class AbstractSymbolpublic boolean equals(java.lang.Object obj)
equals in class AbstractSymbol