|
Assign(IInterface)
|
Overloaded. Attempts to copy the fields or data from AValue into the underlying object. If the AValue parameter is not of a IBaseStreamToken interface, it will raise an exception.
|
|
Assign(TPersistent)
|
Overloaded. Attempts to copy the fields or data from source object into the underlying object.
|
|
Clone
|
Returns a copy of the token.
Note that this method returns an IInterface and needs to be cast to a IBaseStreamToken type.
|
|
Equals(IInterface)
|
Overloaded. Returns true if AValue equals the current token. If the AValue parameter is not of a IBaseStreamToken interface, it returns false.
|
|
Equals(TPersistent)
|
Overloaded. Returns true if the token equals the input AValue
|
|
GetDataType
|
Accessor method for GStreams.TBaseStreamToken.DataType property
|
|
GetLineNumber
|
Accessor method for GStreams.TBaseStreamToken.LineNumber property
|
|
GetNumber
|
Accessor method for GStreams.TBaseStreamToken.Number property
|
|
GetTag
|
Accessor method for GStreams.TBaseStreamToken.Tag property
|
|
GetText
|
Accessor method for GStreams.TBaseStreamToken.Text property
|
|
GetWhitespace
|
Accessor method for Whitespace property
|
|
QueryInterface(TGUID,Void)
|
Represents method QueryInterface(TGUID,Void).
|
|
SetDataType(Integer)
|
Accessor method for GStreams.TBaseStreamToken.DataType property
|
|
SetLineNumber(Integer)
|
Accessor method for GStreams.TBaseStreamToken.LineNumber property
|
|
SetNumber(Double)
|
Accessor method for GStreams.TBaseStreamToken.Number property
|
|
SetTag(TRSTag)
|
Accessor method for GStreams.TBaseStreamToken.Tag property
|
|
SetText(String)
|
Accessor method for GStreams.TBaseStreamToken.Text property
|
|
SetWhitespace(String)
|
Accessor method for Whitespace property
|
|
ToString
|
The ToString function returns the string parsed from the stream. Usually, this is the exact string parsed from the stream. However, if the parser chooses to, the string returned could be a beautified version of the string. The intent is that the string should be reparsable by the parser to create the exact same token. Also, usually this property will not return the Whitespace found before this token was parsed from the stream.
|
|
_AddRef
|
Represents method _AddRef.
|
|
_Release
|
Represents method _Release.
|