Share via


LexLocation Class

Definition

public class LexLocation : Babel.ParserGenerator.IMerge<Babel.ParserGenerator.LexLocation>, IComparable<Babel.ParserGenerator.LexLocation>, IEquatable<Babel.ParserGenerator.LexLocation>
type LexLocation = class
    interface IMerge<LexLocation>
    interface IComparable<LexLocation>
    interface IEquatable<LexLocation>
Public Class LexLocation
Implements IComparable(Of LexLocation), IEquatable(Of LexLocation), IMerge(Of LexLocation)
Inheritance
LexLocation
Implements

Constructors

LexLocation(Int32, Int32)
LexLocation(LexLocation)

Fields

endTokenNumber
startTokenNumber

Methods

Before(LexLocation)
CompareTo(LexLocation)
Contains(LexLocation)
EndsAfter(LexLocation)
Equals(LexLocation)
Equals(Object)
GetFirstTokenLocation()
GetHashCode()
IsZeroLength()
Merge(LexLocation)
Merge(LexLocation, LexLocation)
Overlaps(LexLocation)
StartsBefore(LexLocation)
ToString()

Applies to