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 ParseResultsException
GosuDocument._pe
private ParseResultsException
GosuEditor._pe
Methods in editor that return ParseResultsExceptionModifier and TypeMethodDescriptionGosuDocument.getParseResultsException()
GosuEditor.getParseResultsException()
Methods in editor with parameters of type ParseResultsExceptionModifier and TypeMethodDescriptionprotected void
GosuEditor.handleParseException
(ParseResultsException e, boolean bForceCodeCompletion) protected void
GosuField.handleParseException
(ParseResultsException e, boolean bForceCodeCompletion) void
GosuDocument.setParseResultsException
(ParseResultsException pe) -
Uses of ParseResultsException in editor.shipit
Methods in editor.shipit with parameters of type ParseResultsExceptionModifier and TypeMethodDescriptionprivate void
Compiler.addErrors
(ParseResultsException parseException) private void
Compiler.addWarnings
(ParseResultsException parseException) -
Uses of ParseResultsException in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as ParseResultsExceptionModifier and TypeFieldDescriptionprivate ParseResultsException
ErrorType._error
private ParseResultsException
GosuClassParseInfo._pe
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) void
GosuClass.setParseResultsException
(ParseResultsException pe) void
GosuClassParseInfo.setParseResultsException
(ParseResultsException pe) void
IGosuClassInternal.setParseResultsException
(ParseResultsException pe) Methods in gw.internal.gosu.parser that throw ParseResultsExceptionModifier and TypeMethodDescriptionprivate void
GosuParser.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 Expression
GosuParser.parseExp
(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType, boolean assignRuntime) private Expression
GosuParser.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 IGosuFragment
GosuFragmentParser.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 Statement
GosuParser.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 ITypeLiteralExpression
TypeLord.parseTypeLiteral
(String strParameterizedTypeName, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap) protected void
ParserBase.verifyParsedElement
(IParsedElement element) protected void
ParserBase.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 Program
TemplateGenerator.compile
(Stack<IScriptPartId> scriptPartIdStack, String strCompiledSource, ISymbolTable symbolTable, Map<String, List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, Stack<BlockExpression> blocks, ContextInferenceManager ctxInferenceMgr) void
TemplateGenerator.verify
(IGosuParser parser) private IProgram
TemplateGenerator.verify
(IGosuParser parser, boolean bDoNotThrowParseResultException) void
TemplateGenerator.verify
(IGosuParser parser, Map<String, List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap) private IProgram
TemplateGenerator.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 void
Gosu.runWithFile
(File script, List<String> args) private static void
Gosu.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 String
TemplateParseException.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 IErrorType
TypeSystem.getErrorType
(ParseResultsException pe) Methods in gw.lang.reflect that throw ParseResultsExceptionModifier and TypeMethodDescriptionITypeSystem.parseTypeExpression
(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap) static ITypeLiteralExpression
TypeSystem.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 TypeMethodDescriptionvoid
IGosuClassParser.parseDeclarations
(IGosuClass gsClass) void
IGosuClassParser.parseDefinitions
(IGosuClass gsClass) -
Uses of ParseResultsException in gw.util
Methods in gw.util that return ParseResultsExceptionModifier and TypeMethodDescriptionstatic ParseResultsException
GosuClassTestUtil.declCompileAndGetClassErrors
(IType type) static ParseResultsException
GosuClassTestUtil.defnCompileAndGetClassErrors
(IType type) static ParseResultsException
GosuTestUtil.getParseResultsException
(String script) Gets the parse results exception caused by the given program.Methods in gw.util that throw ParseResultsExceptionModifier and TypeMethodDescriptionstatic IExpression
GosuTestUtil.compileExpression
(String script) static IExpression
GosuTestUtil.compileExpression
(String script, boolean bThrowOnWarning) static IExpression
GosuTestUtil.compileExpression
(String script, ISymbolTable table) static IExpression
GosuTestUtil.compileExpression
(String script, ISymbolTable table, boolean bThrowOnWarning) static IExpression
GosuTestUtil.compileExpression
(String script, String varName, IType varType) static IExpression
GosuTestUtil.compileExpression
(String script, String varName, IType varType, String varName2, IType varType2) static IProgram
GosuTestUtil.compileProgram
(String script, ISymbolTable table) static Object
Evaluates the given Gosu.static Object
GosuTestUtil.evalGosu
(String script, ISymbolTable table) static Object
Evaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.static Object
Evaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.static Object
Evaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.static Object
GosuTestUtil.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 Object
GosuTestUtil.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 Object
GosuTestUtil.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.