public class RegExpSymbol extends AbstractSymbol
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
expression
This is the expression of the Symbol.
|
| Constructor and Description |
|---|
RegExpSymbol(java.lang.String ausdruck,
Position position)
This constructor initialize the RegExpSymbol.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getExpression() |
int |
hashCode() |
java.lang.String |
toString() |
getPosition, isPackageDescriptionFileSymbol, isPathSymbol, isRowEndSymbol, isValueSymbol, toCommentSymbol, toOptionSymbol, toPackageDescriptionFileSymbol, toPathSymbol, toValueSymbol, toVariableSymbolprivate final transient java.lang.String expression
public RegExpSymbol(java.lang.String ausdruck,
Position position)
ausdruck - of the Symbol.position - of the expression in thedatastreampublic java.lang.String getExpression()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class AbstractSymbolpublic int hashCode()
hashCode in class AbstractSymbol