Uses of Class
gw.lang.parser.exceptions.ParseResultsException
-
Packages that use ParseResultsException Package Description gw.lang.gosuc gw.lang.parser gw.lang.parser.template gw.lang.reflect gw.lang.reflect.gs -
-
Uses of ParseResultsException in gw.lang.gosuc
Constructors 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(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(String script, ISymbolTable table, ParserOptions options)IParseResultIGosuProgramParser. parseExpressionOnly(String strSource, ISymbolTable symTable, ParserOptions options)IGosuFragmentIGosuFragmentParser. parseExpressionOrProgram(String script, ISymbolTable table, ParserOptions options)IParseResultIGosuProgramParser. parseExpressionOrProgram(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(String script, ISymbolTable table, ParserOptions options)IParseResultIGosuProgramParser. parseProgramOnly(String strSource, ISymbolTable symTable, ParserOptions options)IStatementIGosuParser. parseStatements(IScriptPartId partId)Parses a set of Gosu statements.IParseResultIGosuProgramParser. parseTemplate(String strSource, ISymbolTable symTable, ParserOptions options)ITypeLiteralExpressionIGosuParser. parseTypeLiteral(IScriptPartId partId)Parses a type literal expression. -
Uses of ParseResultsException in gw.lang.parser.template
Methods in gw.lang.parser.template that return ParseResultsException Modifier and Type Method Description ParseResultsExceptionTemplateParseException. getParseException()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, 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 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(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 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)
-