Class CharToken
Token type for characters, meaning non-word characters.
Inherited Members
Namespace: RTools_NTS.Util
Assembly: NetTopologySuite.dll
Syntax
public class CharToken : Token
Constructors
| Edit this page View SourceCharToken(char)
Constructor with the specified value.
Declaration
public CharToken(char c)
Parameters
Type | Name | Description |
---|---|---|
char | c |
CharToken(char, int)
Constructor with the specified value.
Declaration
public CharToken(char c, int line)
Parameters
Type | Name | Description |
---|---|---|
char | c | |
int | line |
CharToken(string, int)
Constructor with the specified value and line number.
Declaration
public CharToken(string s, int line)
Parameters
Type | Name | Description |
---|---|---|
string | s | |
int | line |
Properties
| Edit this page View SourceStringValue
Override, see base Token
Declaration
public override string StringValue { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
| Edit this page View SourceEquals(object)
Override, see base Token
Declaration
public override bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
object | other |
Returns
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceGetHashCode()
Override, see base Token
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |
Overrides
| Edit this page View SourceToDebugString()
Override, see base Token
Declaration
public override string ToDebugString()
Returns
Type | Description |
---|---|
string |
Overrides
| Edit this page View SourceToString()
Override, see base Token
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |