Uses of Interface
gw.lang.parser.IParseIssue
-
Packages that use IParseIssue Package Description editor gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.internal.gosu.parser.gwPlatform gw.lang.gosuc gw.lang.parser gw.lang.parser.exceptions gw.lang.reflect -
-
Uses of IParseIssue in editor
Methods in editor with parameters of type IParseIssue Modifier and Type Method Description static boolean
SmartFixManager. isCaseParseIssue(IParseIssue parseIssue)
static editor.MessageTree.IssueNode
MessageTree. makeIssueMessage(IParseIssue issue)
-
Uses of IParseIssue in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IParseIssue Modifier and Type Class Description class
PropertyNotFoundException
Methods in gw.internal.gosu.parser that return IParseIssue Modifier and Type Method Description IParseIssue
ParsedElement. getImmediateParseIssue(ResourceKey errKey)
Methods in gw.internal.gosu.parser that return types with arguments of type IParseIssue Modifier and Type Method Description List<IParseIssue>
ParsedElement. getImmediateParseIssues()
List<IParseIssue>
ParsedElement. getParseExceptions()
List<IParseIssue>
ParsedElement. getParseIssues()
List<IParseIssue>
ParsedElement. getParseWarnings()
Methods in gw.internal.gosu.parser with parameters of type IParseIssue Modifier and Type Method Description void
ParsedElement. addParseException(IParseIssue pe)
void
ParsedElement. addParseWarning(IParseIssue warning)
boolean
ParsedElement. hasParseIssue(IParseIssue pi)
boolean
ParsedElement. isSuppressed(IParseIssue issue)
boolean
DefaultEntityAccess. shouldAddWarning(IType type, IParseIssue warning)
Method parameters in gw.internal.gosu.parser with type arguments of type IParseIssue Modifier and Type Method Description void
ParsedElement. addParseExceptions(List<IParseIssue> parseExceptions)
void
ParsedElement. addParseIssues(List<IParseIssue> parseIssues)
void
ParsedElement. addParseWarnings(List<IParseIssue> parseWarnings)
-
Uses of IParseIssue in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return types with arguments of type IParseIssue Modifier and Type Method Description List<IParseIssue>
Program. getImmediateParseIssues()
List<IParseIssue>
Program. getParseExceptions()
List<IParseIssue>
Program. getParseIssues()
List<IParseIssue>
Program. getParseWarnings()
Methods in gw.internal.gosu.parser.expressions with parameters of type IParseIssue Modifier and Type Method Description void
Program. addParseWarning(IParseIssue warning)
-
Uses of IParseIssue in gw.internal.gosu.parser.gwPlatform
Methods in gw.internal.gosu.parser.gwPlatform with parameters of type IParseIssue Modifier and Type Method Description boolean
GWEntityAccess. shouldAddWarning(IType type, IParseIssue warning)
-
Uses of IParseIssue in gw.lang.gosuc
Constructors in gw.lang.gosuc with parameters of type IParseIssue Constructor Description GosuIssue(IParseIssue issue)
-
Uses of IParseIssue in gw.lang.parser
Methods in gw.lang.parser that return IParseIssue Modifier and Type Method Description IParseIssue
IParsedElement. getImmediateParseIssue(ResourceKey errKey)
Methods in gw.lang.parser that return types with arguments of type IParseIssue Modifier and Type Method Description List<IParseIssue>
IParsedElement. getImmediateParseIssues()
List<IParseIssue>
IParsedElement. getParseExceptions()
List<IParseIssue>
IParsedElement. getParseIssues()
List<IParseIssue>
IParsedElement. getParseWarnings()
Stack<List<IParseIssue>>
TypeVarToTypeMap. getReparseErrorStack()
Methods in gw.lang.parser with parameters of type IParseIssue Modifier and Type Method Description void
IParsedElement. addParseException(IParseIssue e)
void
IParsedElement. addParseWarning(IParseIssue warning)
boolean
IParsedElement. hasParseIssue(IParseIssue pi)
Method parameters in gw.lang.parser with type arguments of type IParseIssue Modifier and Type Method Description void
TypeVarToTypeMap. pushReparseErrors(List<IParseIssue> reparseErrors)
-
Uses of IParseIssue in gw.lang.parser.exceptions
Subinterfaces of IParseIssue in gw.lang.parser.exceptions Modifier and Type Interface Description interface
ICoercionIssue
Classes in gw.lang.parser.exceptions that implement IParseIssue Modifier and Type Class Description class
DoesNotOverrideFunctionException
class
ImplicitCoercionError
class
ImplicitCoercionWarning
class
NoCtorFoundException
class
NotImplementedParseException
class
ObsoleteConstructorWarning
class
ParseException
class
ParseIssue
class
ParseWarning
class
ParseWarningForDeprecatedMember
class
SymbolNotFoundException
class
WrongNumberOfArgsException
Methods in gw.lang.parser.exceptions that return types with arguments of type IParseIssue Modifier and Type Method Description List<IParseIssue>
ParseResultsException. getIssuesFromPos(int iPos)
List<IParseIssue>
ParseResultsException. getParseExceptions()
List<IParseIssue>
ParseResultsException. getParseExceptionsForKey(ResourceKey key)
List<IParseIssue>
ParseResultsException. getParseIssues()
List<IParseIssue>
ParseResultsException. getParseWarnings()
List<IParseIssue>
ParseResultsException. getParseWarningsForKey(ResourceKey key)
Method parameters in gw.lang.parser.exceptions with type arguments of type IParseIssue Modifier and Type Method Description static String
ParseResultsException. getFeedback(ICompilableType type, List<IParseIssue> parseExceptions, List<IParseIssue> parseWarnings)
static String
ParseResultsException. getFeedback(List<IParseIssue> parseExceptions, List<IParseIssue> parseWarnings)
-
Uses of IParseIssue in gw.lang.reflect
Methods in gw.lang.reflect with parameters of type IParseIssue Modifier and Type Method Description boolean
IEntityAccess. shouldAddWarning(IType type, IParseIssue warning)
-