Uses of Class
gw.lang.parser.exceptions.ParseResultsException
-
Packages that use ParseResultsException Package Description editor editor.shipit gw.internal.gosu.parser gw.internal.gosu.template gw.lang gw.lang.gosuc gw.lang.parser gw.lang.parser.template gw.lang.reflect gw.lang.reflect.gs gw.util -
-
Uses of ParseResultsException in editor
Fields in editor declared as ParseResultsException Modifier and Type Field Description private ParseResultsExceptionGosuDocument. _peprivate ParseResultsExceptionGosuEditor. _peMethods in editor that return ParseResultsException Modifier and Type Method Description ParseResultsExceptionGosuDocument. getParseResultsException()ParseResultsExceptionGosuEditor. getParseResultsException()Methods in editor with parameters of type ParseResultsException Modifier and Type Method Description protected 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 ParseResultsException Modifier and Type Method Description private 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 ParseResultsException Modifier and Type Field Description private ParseResultsExceptionErrorType. _errorprivate ParseResultsExceptionGosuClassParseInfo. _peMethods in gw.internal.gosu.parser that return ParseResultsException Modifier and Type Method Description ParseResultsExceptionErrorType. getError()ParseResultsExceptionGosuClass. getParseResultsException()ParseResultsExceptionGosuClassParseInfo. getParseResultsException()Methods in gw.internal.gosu.parser with parameters of type ParseResultsException Modifier and Type Method Description IErrorTypeTypeLoaderAccess. getErrorType(ParseResultsException pe)voidGosuClass. setParseResultsException(ParseResultsException pe)voidGosuClassParseInfo. setParseResultsException(ParseResultsException pe)voidIGosuClassInternal. setParseResultsException(ParseResultsException pe)Methods in gw.internal.gosu.parser that throw ParseResultsException Modifier and Type Method Description private voidGosuParser. assignRuntime(ParsedElement elem, boolean bIsolatedScope, IFileContext context, IType superType, IScriptPartId partId)IGosuClassInternalGosuParser. parseClass(java.lang.String strQualifiedClassName, ISourceFileHandle sourceFile, boolean bThrowOnWarnings, boolean bFullyCompile)ExpressionGosuParser. 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)ExpressionGosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType)ExpressionGosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType, IFileContext context, boolean assignRuntime)IExpressionGosuParser. parseExpOrProgram(IScriptPartId partId)IExpressionGosuParser. parseExpOrProgram(IScriptPartId partId, boolean isolatedScope, boolean assignRuntime)IExpressionGosuParser. parseExpOrProgram(IScriptPartId partId, IType typeExpected, boolean isolatedScope, boolean assignRuntime)IGosuFragmentGosuFragmentParser. parseExpressionOnly(java.lang.String script, ISymbolTable table, ParserOptions options)IParseResultGosuProgramParser. parseExpressionOnly(java.lang.String strSource, ISymbolTable symTable, ParserOptions options)IGosuFragmentGosuFragmentParser. parseExpressionOrProgram(java.lang.String script, ISymbolTable table, ParserOptions options)IParseResultGosuProgramParser. parseExpressionOrProgram(java.lang.String strSource, ISymbolTable symTable, ParserOptions options)private IGosuFragmentGosuFragmentParser. parseImpl(java.lang.String script, ISymbolTable table, ParserOptions options, java.lang.String name, java.util.HashMap<java.lang.String,ISymbol> externalSymbols, boolean parseExpression)IProgramGosuParser. parseProgram(IScriptPartId partId)IProgramGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime)IProgramGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException)IProgramGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException, IType superType)IProgramGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType)IProgramGosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType)IProgramGosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime)IProgramGosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException)IGosuFragmentGosuFragmentParser. parseProgramOnly(java.lang.String script, ISymbolTable table, ParserOptions options)IParseResultGosuProgramParser. parseProgramOnly(java.lang.String strSource, ISymbolTable symTable, ParserOptions options)StatementGosuParser. parseStatements(IScriptPartId partId)private StatementGosuParser. parseStatements(IScriptPartId partId, boolean verify, boolean isolatedScope)IParseResultGosuProgramParser. parseTemplate(java.lang.String strSource, ISymbolTable symTable, ParserOptions options)ITypeLiteralExpressionTypeLoaderAccess. parseTypeExpression(java.lang.String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)TypeLiteralGosuParser. parseTypeLiteral(IScriptPartId partId)static ITypeLiteralExpressionTypeLord. parseTypeLiteral(java.lang.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 Constructor Description ErrorType(ParseResultsException e) -
Uses of ParseResultsException in gw.internal.gosu.template
Methods in gw.internal.gosu.template that throw ParseResultsException Modifier and Type Method Description private ProgramTemplateGenerator. compile(Stack<IScriptPartId> scriptPartIdStack, java.lang.String strCompiledSource, ISymbolTable symbolTable, java.util.Map<java.lang.String,java.util.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, java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap)private IProgramTemplateGenerator. verify(IGosuParser parser, java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, boolean bDoNotThrowParseResultsException) -
Uses of ParseResultsException in gw.lang
Methods in gw.lang that throw ParseResultsException Modifier and Type Method Description private static voidGosu. runWithFile(java.io.File script, java.util.List<java.lang.String> args)private static voidGosu. runWithInlineScript(java.lang.String script, java.util.List<java.lang.String> args) -
Uses of ParseResultsException in gw.lang.gosuc
Fields in gw.lang.gosuc declared as ParseResultsException Modifier and Type Field Description private ParseResultsExceptionGosuIssueContainer. _peConstructors in gw.lang.gosuc with parameters of type ParseResultsException Constructor Description GosuIssueContainer(ParseResultsException pe) -
Uses of ParseResultsException in gw.lang.parser
Methods in gw.lang.parser that throw ParseResultsException Modifier and Type Method Description IGosuClassIGosuParser. parseClass(java.lang.String strQualifiedClassName, ISourceFileHandle sourceFile, boolean bThrowOnWarnings, boolean bFullyCompile)For use by code editors etc.IExpressionIGosuParser. parseExp(IScriptPartId partId)Parses a Gosu expression.IExpressionIGosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType)Parses a Gosu expression.IExpressionIGosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType, IFileContext context, boolean assignRuntime)Parses a Gosu expression.IExpressionIGosuParser. parseExpOrProgram(IScriptPartId partId)Parses a Gosu expression.IExpressionIGosuParser. parseExpOrProgram(IScriptPartId partId, boolean isolatedScope, boolean assignRuntime)Parses a Gosu expression.IGosuFragmentIGosuFragmentParser. parseExpressionOnly(java.lang.String script, ISymbolTable table, ParserOptions options)IParseResultIGosuProgramParser. parseExpressionOnly(java.lang.String strSource, ISymbolTable symTable, ParserOptions options)IGosuFragmentIGosuFragmentParser. parseExpressionOrProgram(java.lang.String script, ISymbolTable table, ParserOptions options)IParseResultIGosuProgramParser. parseExpressionOrProgram(java.lang.String strSource, ISymbolTable symTable, ParserOptions options)IProgramIGosuParser. parseProgram(IScriptPartId partId)IProgramIGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime)IProgramIGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException)IProgramIGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException, IType superType)IProgramIGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType)IProgramIGosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType)IProgramIGosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime)IProgramIGosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException)IGosuFragmentIGosuFragmentParser. parseProgramOnly(java.lang.String script, ISymbolTable table, ParserOptions options)IParseResultIGosuProgramParser. parseProgramOnly(java.lang.String strSource, ISymbolTable symTable, ParserOptions options)IStatementIGosuParser. parseStatements(IScriptPartId partId)Parses a set of Gosu statements.IParseResultIGosuProgramParser. parseTemplate(java.lang.String strSource, ISymbolTable symTable, ParserOptions options)ITypeLiteralExpressionIGosuParser. parseTypeLiteral(IScriptPartId partId)Parses a type literal expression. -
Uses of ParseResultsException in gw.lang.parser.template
Fields in gw.lang.parser.template declared as ParseResultsException Modifier and Type Field Description private ParseResultsExceptionTemplateParseException. _peMethods in gw.lang.parser.template that return ParseResultsException Modifier and Type Method Description ParseResultsExceptionTemplateParseException. getParseException()Methods in gw.lang.parser.template with parameters of type ParseResultsException Modifier and Type Method Description private static java.lang.StringTemplateParseException. makeTemplateParseExceptionMessage(ParseResultsException e, java.lang.String strCompiledSource)Methods in gw.lang.parser.template that throw ParseResultsException Modifier and Type Method Description voidITemplateGenerator. verify(IGosuParser parser)Constructors in gw.lang.parser.template with parameters of type ParseResultsException Constructor Description TemplateParseException(ParseResultsException pe, java.lang.String strTemplateSource)TemplateParseException(java.lang.String strReason, ParseResultsException pe, java.lang.String strTemplateSource, int lineNumber, int column, int offset, ResourceKey reason, java.lang.String[] args) -
Uses of ParseResultsException in gw.lang.reflect
Methods in gw.lang.reflect that return ParseResultsException Modifier and Type Method Description ParseResultsExceptionIErrorType. getError()Methods in gw.lang.reflect with parameters of type ParseResultsException Modifier and Type Method Description IErrorTypeITypeSystem. getErrorType(ParseResultsException pe)static IErrorTypeTypeSystem. getErrorType(ParseResultsException pe)Methods in gw.lang.reflect that throw ParseResultsException Modifier and Type Method Description ITypeLiteralExpressionITypeSystem. parseTypeExpression(java.lang.String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)static ITypeLiteralExpressionTypeSystem. parseTypeExpression(java.lang.String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap) -
Uses of ParseResultsException in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return ParseResultsException Modifier and Type Method Description ParseResultsExceptionIGosuClass. getParseResultsException()Methods in gw.lang.reflect.gs that throw ParseResultsException Modifier and Type Method Description voidIGosuClassParser. parseDeclarations(IGosuClass gsClass)voidIGosuClassParser. parseDefinitions(IGosuClass gsClass) -
Uses of ParseResultsException in gw.util
Methods in gw.util that return ParseResultsException Modifier and Type Method Description static ParseResultsExceptionGosuClassTestUtil. declCompileAndGetClassErrors(IType type)static ParseResultsExceptionGosuClassTestUtil. defnCompileAndGetClassErrors(IType type)static ParseResultsExceptionGosuTestUtil. getParseResultsException(java.lang.String script)Gets the parse results exception caused by the given program.Methods in gw.util that throw ParseResultsException Modifier and Type Method Description static IExpressionGosuTestUtil. compileExpression(java.lang.String script)static IExpressionGosuTestUtil. compileExpression(java.lang.String script, boolean bThrowOnWarning)static IExpressionGosuTestUtil. compileExpression(java.lang.String script, ISymbolTable table)static IExpressionGosuTestUtil. compileExpression(java.lang.String script, ISymbolTable table, boolean bThrowOnWarning)static IExpressionGosuTestUtil. compileExpression(java.lang.String script, java.lang.String varName, IType varType)static IExpressionGosuTestUtil. compileExpression(java.lang.String script, java.lang.String varName, IType varType, java.lang.String varName2, IType varType2)static IProgramGosuTestUtil. compileProgram(java.lang.String script, ISymbolTable table)static java.lang.ObjectGosuTestUtil. evalGosu(java.lang.String script)Evaluates the given Gosu.static java.lang.ObjectGosuTestUtil. evalGosu(java.lang.String script, ISymbolTable table)static java.lang.ObjectGosuTestUtil. evalGosu(java.lang.String script, java.lang.Object[] args)Evaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.static java.lang.ObjectGosuTestUtil. evalGosu(java.lang.String script, java.lang.String name1, java.lang.Object val1)Evaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.static java.lang.ObjectGosuTestUtil. evalGosu(java.lang.String script, java.lang.String name1, java.lang.Object val1, java.lang.String name2, java.lang.Object val2)Evaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.static java.lang.ObjectGosuTestUtil. evalGosu(java.lang.String script, java.lang.String name1, java.lang.Object val1, java.lang.String name2, java.lang.Object val2, java.lang.String name3, java.lang.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 java.lang.ObjectGosuTestUtil. evalGosu(java.lang.String script, java.lang.String name1, java.lang.Object val1, java.lang.String name2, java.lang.Object val2, java.lang.String name3, java.lang.Object val3, java.lang.String name4, java.lang.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 java.lang.ObjectGosuTestUtil. evalGosu(java.lang.String script, java.lang.String name1, java.lang.Object val1, java.lang.String name2, java.lang.Object val2, java.lang.String name3, java.lang.Object val3, java.lang.String name4, java.lang.Object val4, java.lang.String name5, java.lang.Object val5)Evaluates the given Gosu, with variables of the given names that will be the dynamic (runtime) type of the values passed in.
-