Navigation: Code Documentation > RSFuzzyLogic > RSFuzzyLogicParser > Classes
TFuzzyLogicTokenStream Class
Represents type TFuzzyLogicTokenStream.
Namespace: RSFuzzyLogicParser
TGTextStream RSFuzzyLogicParser.TFuzzyLogicTokenStream
Delphi
type TFuzzyLogicTokenStream = class(TGTextStream) end;
Name
Description
Create(TStream)
Overloaded. Initializes a new instance of the TFuzzyLogicTokenStream class.
Destroy
Represents the destructor of the TFuzzyLogicTokenStream class.
Top
AsString
Represents property AsString.
CommentChar
Represents property CommentChar.
CurrentToken
Represents property CurrentToken.
EscapeChar
Represents property EscapeChar.
LineNumber
Represents property LineNumber.
Owner
Represents property Owner.
ParenthesisLevel
Represents property ParenthesisLevel.
QuoteChar
Represents property QuoteChar.
Stack
Represents property Stack.
TempStack
Represents property TempStack.
Text
Represents property Text.
WhiteSpace
Represents property WhiteSpace.
BuildNextToken
Represents method BuildNextToken.
Clear
Represents method Clear.
DiscardUntilEOL
Represents method DiscardUntilEOL.
FinishToken(Integer,String)
Represents method FinishToken(Integer,String).
GetChar
Represents method GetChar.
GetLine
Represents method GetLine.
Head
Represents method Head.
MoveToNextConstruct
Represents method MoveToNextConstruct.
NextToken
Represents method NextToken.
PrepareSExp
Represents method PrepareSExp.
PutBackToken(IFuzzyStreamToken)
Represents method PutBackToken(IFuzzyStreamToken).
ReadString(String)
Represents method ReadString(String).
SetLineNumber(Integer)
Represents method SetLineNumber(Integer).
SkipInLineSpaces
Represents method SkipInLineSpaces.
ToString
Represents method ToString.
•RSFuzzyLogicParser