Uses of Class
gw.lang.parser.exceptions.ParseResultsException
Packages that use ParseResultsException
Package
Description
-
Uses of ParseResultsException in editor
Fields in editor declared as ParseResultsExceptionModifier and TypeFieldDescriptionprivate ParseResultsExceptionGosuDocument._peprivate ParseResultsExceptionGosuEditor._peMethods in editor that return ParseResultsExceptionModifier and TypeMethodDescriptionGosuDocument.getParseResultsException()GosuEditor.getParseResultsException()Methods in editor with parameters of type ParseResultsExceptionModifier and TypeMethodDescriptionprotected voidGosuEditor.handleParseException(ParseResultsException e, boolean bForceCodeCompletion) protected voidGosuField.handleParseException(ParseResultsException e, boolean bForceCodeCompletion) voidGosuDocument.setParseResultsException(ParseResultsException pe) -
Uses of ParseResultsException in editor.shipit
Methods in editor.shipit with parameters of type ParseResultsExceptionModifier and TypeMethodDescriptionprivate voidCompiler.addErrors(ParseResultsException parseException) private voidCompiler.addWarnings(ParseResultsException parseException) -
Uses of ParseResultsException in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as ParseResultsExceptionModifier and TypeFieldDescriptionprivate ParseResultsExceptionErrorType._errorprivate ParseResultsExceptionGosuClassParseInfo._peMethods in gw.internal.gosu.parser that return ParseResultsExceptionModifier and TypeMethodDescriptionErrorType.getError()GosuClass.getParseResultsException()GosuClassParseInfo.getParseResultsException()Methods in gw.internal.gosu.parser with parameters of type ParseResultsExceptionModifier and TypeMethodDescriptionTypeLoaderAccess.getErrorType(ParseResultsException pe) voidGosuClass.setParseResultsException(ParseResultsException pe) voidGosuClassParseInfo.setParseResultsException(ParseResultsException pe) voidIGosuClassInternal.setParseResultsException(ParseResultsException pe) Methods in gw.internal.gosu.parser that throw ParseResultsExceptionModifier and TypeMethodDescriptionprivate voidGosuParser.assignRuntime(ParsedElement elem, boolean bIsolatedScope, IFileContext context, IType superType, IScriptPartId partId) GosuParser.parseClass(String strQualifiedClassName, ISourceFileHandle sourceFile, boolean bThrowOnWarnings, boolean bFullyCompile) GosuParser.parseExp(IScriptPartId partId) private ExpressionGosuParser.parseExp(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType, boolean assignRuntime) private ExpressionGosuParser.parseExp(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType, IFileContext context, boolean assignRuntime) GosuParser.parseExp(IScriptPartId partId, IType expectedExpressionType) GosuParser.parseExp(IScriptPartId partId, IType expectedExpressionType, IFileContext context, boolean assignRuntime) GosuParser.parseExpOrProgram(IScriptPartId partId) GosuParser.parseExpOrProgram(IScriptPartId partId, boolean isolatedScope, boolean assignRuntime) GosuParser.parseExpOrProgram(IScriptPartId partId, IType typeExpected, boolean isolatedScope, boolean assignRuntime) GosuFragmentParser.parseExpressionOnly(String script, ISymbolTable table, ParserOptions options) GosuProgramParser.parseExpressionOnly(String strSource, ISymbolTable symTable, ParserOptions options) GosuFragmentParser.parseExpressionOrProgram(String script, ISymbolTable table, ParserOptions options) GosuProgramParser.parseExpressionOrProgram(String strSource, ISymbolTable symTable, ParserOptions options) private IGosuFragmentGosuFragmentParser.parseImpl(String script, ISymbolTable table, ParserOptions options, String name, HashMap<String, ISymbol> externalSymbols, boolean parseExpression) GosuParser.parseProgram(IScriptPartId partId) GosuParser.parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime) GosuParser.parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException) GosuParser.parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException, IType superType) GosuParser.parseProgram(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType) GosuParser.parseProgram(IScriptPartId partId, IType expectedExpressionType) GosuParser.parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime) GosuParser.parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException) GosuFragmentParser.parseProgramOnly(String script, ISymbolTable table, ParserOptions options) GosuProgramParser.parseProgramOnly(String strSource, ISymbolTable symTable, ParserOptions options) GosuParser.parseStatements(IScriptPartId partId) private StatementGosuParser.parseStatements(IScriptPartId partId, boolean verify, boolean isolatedScope) GosuProgramParser.parseTemplate(String strSource, ISymbolTable symTable, ParserOptions options) TypeLoaderAccess.parseTypeExpression(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap) GosuParser.parseTypeLiteral(IScriptPartId partId) static ITypeLiteralExpressionTypeLord.parseTypeLiteral(String strParameterizedTypeName, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap) protected voidParserBase.verifyParsedElement(IParsedElement element) protected voidParserBase.verifyParsedElement(IParsedElement element, boolean bThrowOnWarnings) Constructors in gw.internal.gosu.parser with parameters of type ParseResultsException -
Uses of ParseResultsException in gw.internal.gosu.template
Methods in gw.internal.gosu.template that throw ParseResultsExceptionModifier and TypeMethodDescriptionprivate ProgramTemplateGenerator.compile(Stack<IScriptPartId> scriptPartIdStack, String strCompiledSource, ISymbolTable symbolTable, Map<String, List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, Stack<BlockExpression> blocks, ContextInferenceManager ctxInferenceMgr) voidTemplateGenerator.verify(IGosuParser parser) private IProgramTemplateGenerator.verify(IGosuParser parser, boolean bDoNotThrowParseResultException) voidTemplateGenerator.verify(IGosuParser parser, Map<String, List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap) private IProgramTemplateGenerator.verify(IGosuParser parser, Map<String, List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, boolean bDoNotThrowParseResultsException) -
Uses of ParseResultsException in gw.lang
Methods in gw.lang that throw ParseResultsExceptionModifier and TypeMethodDescriptionprivate static voidGosu.runWithFile(File script, List<String> args) private static voidGosu.runWithInlineScript(String script, List<String> args) -
Uses of ParseResultsException in gw.lang.gosuc
Fields in gw.lang.gosuc declared as ParseResultsExceptionConstructors in gw.lang.gosuc with parameters of type ParseResultsException -
Uses of ParseResultsException in gw.lang.parser
Methods in gw.lang.parser that throw ParseResultsExceptionModifier and TypeMethodDescriptionIGosuParser.parseClass(String strQualifiedClassName, ISourceFileHandle sourceFile, boolean bThrowOnWarnings, boolean bFullyCompile) For use by code editors etc.IGosuParser.parseExp(IScriptPartId partId) Parses a Gosu expression.IGosuParser.parseExp(IScriptPartId partId, IType expectedExpressionType) Parses a Gosu expression.IGosuParser.parseExp(IScriptPartId partId, IType expectedExpressionType, IFileContext context, boolean assignRuntime) Parses a Gosu expression.IGosuParser.parseExpOrProgram(IScriptPartId partId) Parses a Gosu expression.IGosuParser.parseExpOrProgram(IScriptPartId partId, boolean isolatedScope, boolean assignRuntime) Parses a Gosu expression.IGosuFragmentParser.parseExpressionOnly(String script, ISymbolTable table, ParserOptions options) IGosuProgramParser.parseExpressionOnly(String strSource, ISymbolTable symTable, ParserOptions options) IGosuFragmentParser.parseExpressionOrProgram(String script, ISymbolTable table, ParserOptions options) IGosuProgramParser.parseExpressionOrProgram(String strSource, ISymbolTable symTable, ParserOptions options) IGosuParser.parseProgram(IScriptPartId partId) IGosuParser.parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime) IGosuParser.parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException) IGosuParser.parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException, IType superType) IGosuParser.parseProgram(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType) IGosuParser.parseProgram(IScriptPartId partId, IType expectedExpressionType) IGosuParser.parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime) IGosuParser.parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException) IGosuFragmentParser.parseProgramOnly(String script, ISymbolTable table, ParserOptions options) IGosuProgramParser.parseProgramOnly(String strSource, ISymbolTable symTable, ParserOptions options) IGosuParser.parseStatements(IScriptPartId partId) Parses a set of Gosu statements.IGosuProgramParser.parseTemplate(String strSource, ISymbolTable symTable, ParserOptions options) IGosuParser.parseTypeLiteral(IScriptPartId partId) Parses a type literal expression. -
Uses of ParseResultsException in gw.lang.parser.template
Fields in gw.lang.parser.template declared as ParseResultsExceptionMethods in gw.lang.parser.template that return ParseResultsExceptionMethods in gw.lang.parser.template with parameters of type ParseResultsExceptionModifier and TypeMethodDescriptionprivate static StringTemplateParseException.makeTemplateParseExceptionMessage(ParseResultsException e, String strCompiledSource) Methods in gw.lang.parser.template that throw ParseResultsExceptionConstructors in gw.lang.parser.template with parameters of type ParseResultsExceptionModifierConstructorDescriptionTemplateParseException(ParseResultsException pe, String strTemplateSource) TemplateParseException(String strReason, ParseResultsException pe, String strTemplateSource, int lineNumber, int column, int offset, ResourceKey reason, String[] args) -
Uses of ParseResultsException in gw.lang.reflect
Methods in gw.lang.reflect that return ParseResultsExceptionMethods in gw.lang.reflect with parameters of type ParseResultsExceptionModifier and TypeMethodDescriptionITypeSystem.getErrorType(ParseResultsException pe) static IErrorTypeTypeSystem.getErrorType(ParseResultsException pe) Methods in gw.lang.reflect that throw ParseResultsExceptionModifier and TypeMethodDescriptionITypeSystem.parseTypeExpression(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap) static ITypeLiteralExpressionTypeSystem.parseTypeExpression(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap) -
Uses of ParseResultsException in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return ParseResultsExceptionMethods in gw.lang.reflect.gs that throw ParseResultsExceptionModifier and TypeMethodDescriptionvoidIGosuClassParser.parseDeclarations(IGosuClass gsClass) voidIGosuClassParser.parseDefinitions(IGosuClass gsClass) -
Uses of ParseResultsException in gw.util
Methods in gw.util that return ParseResultsExceptionModifier and TypeMethodDescriptionstatic ParseResultsExceptionGosuClassTestUtil.declCompileAndGetClassErrors(IType type) static ParseResultsExceptionGosuClassTestUtil.defnCompileAndGetClassErrors(IType type) static ParseResultsExceptionGosuTestUtil.getParseResultsException(String script) Gets the parse results exception caused by the given program.Methods in gw.util that throw ParseResultsExceptionModifier and TypeMethodDescriptionstatic IExpressionGosuTestUtil.compileExpression(String script) static IExpressionGosuTestUtil.compileExpression(String script, boolean bThrowOnWarning) static IExpressionGosuTestUtil.compileExpression(String script, ISymbolTable table) static IExpressionGosuTestUtil.compileExpression(String script, ISymbolTable table, boolean bThrowOnWarning) static IExpressionGosuTestUtil.compileExpression(String script, String varName, IType varType) static IExpressionGosuTestUtil.compileExpression(String script, String varName, IType varType, String varName2, IType varType2) static IProgramGosuTestUtil.compileProgram(String script, ISymbolTable table) static ObjectEvaluates the given Gosu.static ObjectGosuTestUtil.evalGosu(String script, ISymbolTable table) static ObjectEvaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.static ObjectEvaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.static ObjectEvaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.static ObjectGosuTestUtil.evalGosu(String script, String name1, Object val1, String name2, Object val2, String name3, Object val3) Evaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.static ObjectGosuTestUtil.evalGosu(String script, String name1, Object val1, String name2, Object val2, String name3, Object val3, String name4, Object val4) Evaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.static ObjectGosuTestUtil.evalGosu(String script, String name1, Object val1, String name2, Object val2, String name3, Object val3, String name4, Object val4, String name5, Object val5) Evaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.