Language.Lua.ParserInput< T > Interface Template Reference

Public Member Functions

bool HasInput (int pos)
 
GetInputSymbol (int pos)
 
T[] GetSubSection (int position, int length)
 
string FormErrorMessage (int position, string message)
 

Properties

int Length [get]
 

Member Function Documentation

◆ FormErrorMessage()

string Language.Lua.ParserInput< T >.FormErrorMessage ( int  position,
string  message 
)

◆ GetInputSymbol()

T Language.Lua.ParserInput< T >.GetInputSymbol ( int  pos)

◆ GetSubSection()

T [] Language.Lua.ParserInput< T >.GetSubSection ( int  position,
int  length 
)

◆ HasInput()

bool Language.Lua.ParserInput< T >.HasInput ( int  pos)

Property Documentation

◆ Length

int Language.Lua.ParserInput< T >.Length
get

The documentation for this interface was generated from the following file: