Uses of Class
gw.lang.parser.exceptions.ParseResultsException
Packages that use ParseResultsException
Package
Description
-
Uses of ParseResultsException in editor
Methods 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 gw.internal.gosu.parser
Methods 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 TypeMethodDescriptionGosuParser.parseClass(String strQualifiedClassName, ISourceFileHandle sourceFile, boolean bThrowOnWarnings, boolean bFullyCompile) GosuParser.parseExp(IScriptPartId partId) 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) 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) 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 TypeMethodDescriptionvoidTemplateGenerator.verify(IGosuParser parser) voidTemplateGenerator.verify(IGosuParser parser, Map<String, List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap) -
Uses of ParseResultsException in gw.lang.gosuc
Constructors 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
Methods in gw.lang.parser.template that return ParseResultsExceptionMethods 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.