A Sandcastle Documented Class Library
ScannerHasNext Method (String) |
Checks to see if the next valid input matches the word
If success, it is consumed and head is incremented.
Namespace: R3_Language
Assembly: R3_Language (in R3_Language.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool HasNext( string word )
Public Function HasNext ( word As String ) As Boolean
public: bool HasNext( String^ word )
member HasNext : word : string -> bool
Parameters
- word
- Type: SystemString
[Missing <param name="word"/> documentation for "M:R3_Language.Scanner.HasNext(System.String)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:R3_Language.Scanner.HasNext(System.String)"]
See Also