Click or drag to resize
TextParserT Class
A text parser for Landis data.
Inheritance Hierarchy
SystemObject
  TextParserT
    LandisTextParserT

Namespace: Landis
Assembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntax
public abstract class TextParser<T> : TextParser<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Landis.TextParser`1"]

The TextParserT type exposes the following members.

Constructors
  NameDescription
Protected methodTextParserT
Initializes a new instance of the TextParserT class
Top
Methods
  NameDescription
Protected methodCheckNoDataAfter(String) (Inherited from TextParserT.)
Protected methodCheckNoDataAfter(String, StringReader) (Inherited from TextParserT.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetNextLine (Inherited from TextParserT.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNewParseException(String) (Inherited from TextParserT.)
Protected methodNewParseException(String, Object) (Inherited from TextParserT.)
Protected methodParse (Inherited from TextParserT.)
Public methodParse(LineReader) (Inherited from TextParserT.)
Protected methodReadLandisDataVar
Reads the InputVariable LandisData from the current line, and checks that its value matches the expected value.
Protected methodReadName (Inherited from TextParserT.)
Protected methodReadOptionalName (Inherited from TextParserT.)
Protected methodReadOptionalVar (Inherited from TextParserT.)
Protected methodReadValue (Inherited from TextParserT.)
Protected methodReadVar (Inherited from TextParserT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Protected propertyAtEndOfInput (Inherited from TextParserT.)
Protected propertyCurrentLine (Inherited from TextParserT.)
Protected propertyCurrentName (Inherited from TextParserT.)
Public propertyLandisDataValue
The expected value for the LandisData InputVariable.
Protected propertyLineNumber (Inherited from TextParserT.)
Top
See Also