| TextParserT Class |
Namespace: Landis
[Missing <typeparam name="T"/> documentation for "T:Landis.TextParser`1"]
The TextParserT type exposes the following members.
| Name | Description | |
|---|---|---|
| TextParserT | Initializes a new instance of the TextParserT class |
| Name | Description | |
|---|---|---|
| CheckNoDataAfter(String) | (Inherited from TextParserT.) | |
| CheckNoDataAfter(String, StringReader) | (Inherited from TextParserT.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetNextLine | (Inherited from TextParserT.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NewParseException(String) | (Inherited from TextParserT.) | |
| NewParseException(String, Object) | (Inherited from TextParserT.) | |
| Parse | (Inherited from TextParserT.) | |
| Parse(LineReader) | (Inherited from TextParserT.) | |
| ReadLandisDataVar |
Reads the InputVariable LandisData from the current line, and
checks that its value matches the expected value.
| |
| ReadName | (Inherited from TextParserT.) | |
| ReadOptionalName | (Inherited from TextParserT.) | |
| ReadOptionalVar | (Inherited from TextParserT.) | |
| ReadValue | (Inherited from TextParserT.) | |
| ReadVar | (Inherited from TextParserT.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AtEndOfInput | (Inherited from TextParserT.) | |
| CurrentLine | (Inherited from TextParserT.) | |
| CurrentName | (Inherited from TextParserT.) | |
| LandisDataValue |
The expected value for the LandisData InputVariable.
| |
| LineNumber | (Inherited from TextParserT.) |