BadScript 2
Loading...
Searching...
No Matches
BadScript2.Parser.BadSourceParser Member List

This is the complete list of members for BadScript2.Parser.BadSourceParser, including all inherited members.

BadSourceParser(BadSourceReader sourceReader, BadOperatorTable operators)BadScript2.Parser.BadSourceParser
Create(string fileName, string source)BadScript2.Parser.BadSourceParserstatic
Create(string fileName, string source, int start, int end)BadScript2.Parser.BadSourceParserstatic
m_MetaDataBadScript2.Parser.BadSourceParserprivate
m_OperatorsBadScript2.Parser.BadSourceParserprivate
Parse(string fileName, string source)BadScript2.Parser.BadSourceParserstatic
Parse()BadScript2.Parser.BadSourceParser
ParseBlock(out bool isSingleLine)BadScript2.Parser.BadSourceParserprivate
ParseClass()BadScript2.Parser.BadSourceParserprivate
ParseExpression(BadExpression? left=null, int precedence=int.MaxValue)BadScript2.Parser.BadSourceParser
ParseFor()BadScript2.Parser.BadSourceParserprivate
ParseForEach()BadScript2.Parser.BadSourceParserprivate
ParseFormatString()BadScript2.Parser.BadSourceParserprivate
ParseFunction(int start, string? functionName, BadExpression? functionReturn, bool isConstant, bool isStatic, BadFunctionCompileLevel compileLevel, List< BadFunctionParameter > parameters)BadScript2.Parser.BadSourceParserprivate
ParseFunction(bool isConstant, bool isStatic, BadFunctionCompileLevel compileLevel)BadScript2.Parser.BadSourceParserprivate
ParseFunctionBlock(int start, out bool isSingleLine)BadScript2.Parser.BadSourceParserprivate
ParseGenericArguments()BadScript2.Parser.BadSourceParser
ParseGenericParameters()BadScript2.Parser.BadSourceParserprivate
ParseIf()BadScript2.Parser.BadSourceParserprivate
ParseInterface()BadScript2.Parser.BadSourceParserprivate
ParseInterfaceConstraint()BadScript2.Parser.BadSourceParserprivate
ParseLock()BadScript2.Parser.BadSourceParserprivate
ParseMeta()BadScript2.Parser.BadSourceParserprivate
ParseMultiLineFormatString()BadScript2.Parser.BadSourceParserprivate
ParseNew()BadScript2.Parser.BadSourceParserprivate
ParseParameter()BadScript2.Parser.BadSourceParserprivate
ParseParameters(int start)BadScript2.Parser.BadSourceParserprivate
ParsePrefix(int precedence)BadScript2.Parser.BadSourceParserprivate
ParseSwitch()BadScript2.Parser.BadSourceParserprivate
ParseTry()BadScript2.Parser.BadSourceParserprivate
ParseUsing()BadScript2.Parser.BadSourceParserprivate
ParseUsingStatement(int start)BadScript2.Parser.BadSourceParserprivate
ParseValue(int precedence)BadScript2.Parser.BadSourceParserprivate
ParseWhile()BadScript2.Parser.BadSourceParserprivate
ReaderBadScript2.Parser.BadSourceParser
RequireSemicolon(BadExpression expr)BadScript2.Parser.BadSourceParserprivatestatic