LexicalAnalysis.FSAChar.FSAChar C# (CSharp) Method

FSAChar() public method

public FSAChar ( Char quote ) : System
quote Char
return System
        public FSAChar(Char quote) {
            this._state = State.START;
            this._quote = quote;
            this._scanned = "";
        }