public class EqualsTildeSymbol extends AbstractSymbol
| Constructor and Description |
|---|
EqualsTildeSymbol(Position position)
This is the constructor of the EqualsTildeSymbol.
|
| 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 EqualsTildeSymbol(Position position)
position - is the position 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