다음을 통해 공유


LexLocation Constructors

Definition

Overloads

LexLocation(LexLocation)
LexLocation(Int32, Int32)

LexLocation(LexLocation)

public LexLocation (Babel.ParserGenerator.LexLocation location);
new Babel.ParserGenerator.LexLocation : Babel.ParserGenerator.LexLocation -> Babel.ParserGenerator.LexLocation
Public Sub New (location As LexLocation)

Parameters

location
LexLocation

Applies to

LexLocation(Int32, Int32)

public LexLocation (int startTokenNumber, int endTokenNumber);
new Babel.ParserGenerator.LexLocation : int * int -> Babel.ParserGenerator.LexLocation
Public Sub New (startTokenNumber As Integer, endTokenNumber As Integer)

Parameters

startTokenNumber
Int32
endTokenNumber
Int32

Applies to