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