[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Parser.Location

Location Struct

Represents a location in text.

Namespace: GrapeCity.Enterprise.Data.Expressions.Parser
Assembly: MESCIUS.ActiveReports.Core.Data.ExpressionInfo.dll
Syntax
public struct Location

Constructors

Name Description
Location(long, long, long)

Initializes a new instance of the Location structure.

Fields

Name Description
Empty

Represents an uninitialized Location object.

Properties

Name Description
Column

The one based column number.

Index

The zero based index into the stream of text.

IsValid

Determines if this object describes a valid location.

Line

The one based line number.

Methods

Name Description
Before(Location)

Determines if the specified location occurs before this location in the text stream.

Equals(Location)

Determines if the specified Location is equal to this object.

Equals(object)

Determines if the specified object is equal to this object.

GetHashCode()

See GetHashCode()

ToString()

Returns a string representation of this object.

Extension Methods