Uses of Interface
gw.lang.parser.IParseIssue
-
Packages that use IParseIssue Package Description gw.lang.gosuc gw.lang.parser gw.lang.parser.exceptions gw.lang.reflect -
-
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 IParseIssueIParsedElement. 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 voidIParsedElement. addParseException(IParseIssue e)voidIParsedElement. addParseWarning(IParseIssue warning)booleanIParsedElement. hasParseIssue(IParseIssue pi)Method parameters in gw.lang.parser with type arguments of type IParseIssue Modifier and Type Method Description voidTypeVarToTypeMap. 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 interfaceICoercionIssueClasses in gw.lang.parser.exceptions that implement IParseIssue Modifier and Type Class Description classDoesNotOverrideFunctionExceptionclassImplicitCoercionErrorclassImplicitCoercionWarningclassNoCtorFoundExceptionclassNotImplementedParseExceptionclassObsoleteConstructorWarningclassParseExceptionclassParseIssueclassParseWarningclassParseWarningForDeprecatedMemberclassSymbolNotFoundExceptionclassWrongNumberOfArgsExceptionMethods 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 StringParseResultsException. getFeedback(ICompilableType type, List<IParseIssue> parseExceptions, List<IParseIssue> parseWarnings)static StringParseResultsException. 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 booleanIEntityAccess. shouldAddWarning(IType type, IParseIssue warning)
-