Uses of Class
gw.lang.parser.exceptions.ParseResultsException
-
Packages that use ParseResultsException Package Description editor gw.internal.gosu.parser gw.internal.gosu.template gw.lang.gosuc gw.lang.parser gw.lang.parser.template gw.lang.reflect gw.lang.reflect.gs gw.util -
-
Uses of ParseResultsException in editor
Methods in editor that return ParseResultsException Modifier and Type Method Description ParseResultsException
GosuDocument. getParseResultsException()
ParseResultsException
GosuEditor. getParseResultsException()
Methods in editor with parameters of type ParseResultsException Modifier and Type Method Description protected void
GosuEditor. handleParseException(ParseResultsException e, boolean bForceCodeCompletion)
protected void
GosuField. handleParseException(ParseResultsException e, boolean bForceCodeCompletion)
void
GosuDocument. setParseResultsException(ParseResultsException pe)
-
Uses of ParseResultsException in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return ParseResultsException Modifier and Type Method Description ParseResultsException
ErrorType. getError()
ParseResultsException
GosuClass. getParseResultsException()
ParseResultsException
GosuClassParseInfo. getParseResultsException()
Methods in gw.internal.gosu.parser with parameters of type ParseResultsException Modifier and Type Method Description IErrorType
TypeLoaderAccess. 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 ParseResultsException Modifier and Type Method Description IGosuClassInternal
GosuParser. parseClass(String strQualifiedClassName, ISourceFileHandle sourceFile, boolean bThrowOnWarnings, boolean bFullyCompile)
Expression
GosuParser. parseExp(IScriptPartId partId)
Expression
GosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType)
Expression
GosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType, IFileContext context, boolean assignRuntime)
IExpression
GosuParser. parseExpOrProgram(IScriptPartId partId)
IExpression
GosuParser. parseExpOrProgram(IScriptPartId partId, boolean isolatedScope, boolean assignRuntime)
IExpression
GosuParser. parseExpOrProgram(IScriptPartId partId, IType typeExpected, boolean isolatedScope, boolean assignRuntime)
IGosuFragment
GosuFragmentParser. parseExpressionOnly(String script, ISymbolTable table, ParserOptions options)
IParseResult
GosuProgramParser. parseExpressionOnly(String strSource, ISymbolTable symTable, ParserOptions options)
IGosuFragment
GosuFragmentParser. parseExpressionOrProgram(String script, ISymbolTable table, ParserOptions options)
IParseResult
GosuProgramParser. parseExpressionOrProgram(String strSource, ISymbolTable symTable, ParserOptions options)
IProgram
GosuParser. parseProgram(IScriptPartId partId)
IProgram
GosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime)
IProgram
GosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException)
IProgram
GosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException, IType superType)
IProgram
GosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType)
IProgram
GosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType)
IProgram
GosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime)
IProgram
GosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException)
IGosuFragment
GosuFragmentParser. parseProgramOnly(String script, ISymbolTable table, ParserOptions options)
IParseResult
GosuProgramParser. parseProgramOnly(String strSource, ISymbolTable symTable, ParserOptions options)
Statement
GosuParser. parseStatements(IScriptPartId partId)
IParseResult
GosuProgramParser. parseTemplate(String strSource, ISymbolTable symTable, ParserOptions options)
ITypeLiteralExpression
TypeLoaderAccess. parseTypeExpression(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)
TypeLiteral
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 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 void
TemplateGenerator. verify(IGosuParser parser)
void
TemplateGenerator. 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 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 IGosuClass
IGosuParser. parseClass(String strQualifiedClassName, ISourceFileHandle sourceFile, boolean bThrowOnWarnings, boolean bFullyCompile)
For use by code editors etc.IExpression
IGosuParser. parseExp(IScriptPartId partId)
Parses a Gosu expression.IExpression
IGosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType)
Parses a Gosu expression.IExpression
IGosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType, IFileContext context, boolean assignRuntime)
Parses a Gosu expression.IExpression
IGosuParser. parseExpOrProgram(IScriptPartId partId)
Parses a Gosu expression.IExpression
IGosuParser. parseExpOrProgram(IScriptPartId partId, boolean isolatedScope, boolean assignRuntime)
Parses a Gosu expression.IGosuFragment
IGosuFragmentParser. parseExpressionOnly(String script, ISymbolTable table, ParserOptions options)
IParseResult
IGosuProgramParser. parseExpressionOnly(String strSource, ISymbolTable symTable, ParserOptions options)
IGosuFragment
IGosuFragmentParser. parseExpressionOrProgram(String script, ISymbolTable table, ParserOptions options)
IParseResult
IGosuProgramParser. parseExpressionOrProgram(String strSource, ISymbolTable symTable, ParserOptions options)
IProgram
IGosuParser. parseProgram(IScriptPartId partId)
IProgram
IGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime)
IProgram
IGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException)
IProgram
IGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException, IType superType)
IProgram
IGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType)
IProgram
IGosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType)
IProgram
IGosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime)
IProgram
IGosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException)
IGosuFragment
IGosuFragmentParser. parseProgramOnly(String script, ISymbolTable table, ParserOptions options)
IParseResult
IGosuProgramParser. parseProgramOnly(String strSource, ISymbolTable symTable, ParserOptions options)
IStatement
IGosuParser. parseStatements(IScriptPartId partId)
Parses a set of Gosu statements.IParseResult
IGosuProgramParser. parseTemplate(String strSource, ISymbolTable symTable, ParserOptions options)
ITypeLiteralExpression
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 ParseResultsException Modifier and Type Method Description ParseResultsException
TemplateParseException. getParseException()
Methods in gw.lang.parser.template that throw ParseResultsException Modifier and Type Method Description void
ITemplateGenerator. 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 ParseResultsException
IErrorType. getError()
Methods in gw.lang.reflect with parameters of type ParseResultsException Modifier and Type Method Description IErrorType
ITypeSystem. getErrorType(ParseResultsException pe)
static IErrorType
TypeSystem. getErrorType(ParseResultsException pe)
Methods in gw.lang.reflect that throw ParseResultsException Modifier and Type Method Description ITypeLiteralExpression
ITypeSystem. 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 ParseResultsException Modifier and Type Method Description ParseResultsException
IGosuClass. getParseResultsException()
Methods in gw.lang.reflect.gs that throw ParseResultsException Modifier and Type Method Description void
IGosuClassParser. parseDeclarations(IGosuClass gsClass)
void
IGosuClassParser. parseDefinitions(IGosuClass gsClass)
-
Uses of ParseResultsException in gw.util
Methods in gw.util that return ParseResultsException Modifier and Type Method Description static 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 ParseResultsException Modifier and Type Method Description static 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
GosuTestUtil. evalGosu(String script)
Evaluates the given Gosu.static Object
GosuTestUtil. evalGosu(String script, ISymbolTable table)
static Object
GosuTestUtil. evalGosu(String script, 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 Object
GosuTestUtil. evalGosu(String script, String name1, 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 Object
GosuTestUtil. evalGosu(String script, String name1, Object val1, String name2, 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 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.
-