Uses of Interface
gw.lang.parser.IParseIssue
Packages that use IParseIssue
Package
Description
-
Uses of IParseIssue in editor
Methods in editor that return types with arguments of type IParseIssueModifier and TypeMethodDescriptionprivate List<IParseIssue>SmartFixManager.findParseIssuesOrderedByDistanceFromCaret(int maxLines) private List<IParseIssue>GosuEditor.getIssuesFromPos(int iPos) private List<IParseIssue>GosuEditor.getIssuesNearPos(int iPos) Methods in editor with parameters of type IParseIssueModifier and TypeMethodDescriptionprivate doubleSmartFixManager.getDistanceFromPosition(IParseIssue pi, int line, int col) Returns the cartesian distance of this parse issue from the given column/line in column/line unitsprivate booleanSmartFixManager.isCaseIssue(IParseIssue parseIssue) static booleanSmartFixManager.isCaseParseIssue(IParseIssue parseIssue) private booleanSmartFixManager.isImplictCoercion(IParseIssue parseIssue) private booleanSmartFixManager.isJavaStyleCast(IParseIssue parseIssue) private booleanSmartFixManager.isMissingConstructor(IParseIssue parseIssue) private booleanSmartFixManager.isMissingOverride(IParseIssue parseIssue) private booleanSmartFixManager.isMissingSuperCall(IParseIssue parseIssue) private booleanSmartFixManager.isObsoleteConstructor(IParseIssue parseIssue) private booleanSmartFixManager.isVoidReturnTypeIssue(IParseIssue parseIssue) static MessageTree.IssueNodeMessageTree.makeIssueMessage(IParseIssue issue) Constructors in editor with parameters of type IParseIssue -
Uses of IParseIssue in editor.shipit
Methods in editor.shipit with parameters of type IParseIssueModifier and TypeMethodDescriptionprivate StringCompiler.makeIssueMessage(IParseIssue issue, NodeKind kind) -
Uses of IParseIssue in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IParseIssueFields in gw.internal.gosu.parser with type parameters of type IParseIssueModifier and TypeFieldDescriptionprivate List<IParseIssue>ParsedElement.LikelyNullFields._parseExceptionsprivate List<IParseIssue>ParsedElement.LikelyNullFields._parseWarningsMethods in gw.internal.gosu.parser with type parameters of type IParseIssueModifier and TypeMethodDescriptionprivate <E extends IParseIssue>
EParsedElement.removeParseIssue(ResourceKey keyToRemove, List<E> issues) Methods in gw.internal.gosu.parser that return IParseIssueMethods in gw.internal.gosu.parser that return types with arguments of type IParseIssueModifier and TypeMethodDescriptionParsedElement.getImmediateParseIssues()ParsedElement.getParseExceptions()ParsedElement.getParseIssues()ParsedElement.getParseWarnings()Methods in gw.internal.gosu.parser with parameters of type IParseIssueModifier and TypeMethodDescriptionvoidParsedElement.addParseException(IParseIssue pe) voidParsedElement.addParseWarning(IParseIssue warning) booleanParsedElement.hasParseIssue(IParseIssue pi) booleanParsedElement.isSuppressed(IParseIssue issue) booleanDefaultEntityAccess.shouldAddWarning(IType type, IParseIssue warning) Method parameters in gw.internal.gosu.parser with type arguments of type IParseIssueModifier and TypeMethodDescriptionvoidParsedElement.addParseExceptions(List<IParseIssue> parseExceptions) voidParsedElement.addParseIssues(List<IParseIssue> parseIssues) voidParsedElement.addParseWarnings(List<IParseIssue> parseWarnings) private booleanGosuParser.errorsSame(List<IParseIssue> newErrors, List<IParseIssue> errors) private voidParsedElement.getParseExceptions(List<IParseIssue> allParseExceptions) private voidParsedElement.getParseWarnings(List<IParseIssue> allWarnings) private booleanGosuParser.isTypeParameterErrorMsg(Expression expr, List<IParseIssue> exceptions) -
Uses of IParseIssue in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return types with arguments of type IParseIssueModifier and TypeMethodDescriptionProgram.getImmediateParseIssues()Program.getParseExceptions()Program.getParseIssues()Program.getParseWarnings()Methods in gw.internal.gosu.parser.expressions with parameters of type IParseIssue -
Uses of IParseIssue in gw.internal.gosu.parser.gwPlatform
Methods in gw.internal.gosu.parser.gwPlatform with parameters of type IParseIssueModifier and TypeMethodDescriptionbooleanGWEntityAccess.shouldAddWarning(IType type, IParseIssue warning) -
Uses of IParseIssue in gw.lang.gosuc
Fields in gw.lang.gosuc declared as IParseIssueConstructors in gw.lang.gosuc with parameters of type IParseIssue -
Uses of IParseIssue in gw.lang.parser
Fields in gw.lang.parser with type parameters of type IParseIssueModifier and TypeFieldDescriptionprivate Stack<List<IParseIssue>>TypeVarToTypeMap._reparseErrorStackMethods in gw.lang.parser that return IParseIssueMethods in gw.lang.parser that return types with arguments of type IParseIssueModifier and TypeMethodDescriptionIParsedElement.getImmediateParseIssues()IParsedElement.getParseExceptions()IParsedElement.getParseIssues()IParsedElement.getParseWarnings()TypeVarToTypeMap.getReparseErrorStack()Methods in gw.lang.parser with parameters of type IParseIssueModifier and TypeMethodDescriptionvoidIParsedElement.addParseException(IParseIssue e) voidIParsedElement.addParseWarning(IParseIssue warning) booleanIParsedElement.hasParseIssue(IParseIssue pi) Method parameters in gw.lang.parser with type arguments of type IParseIssueModifier and TypeMethodDescriptionvoidTypeVarToTypeMap.pushReparseErrors(List<IParseIssue> reparseErrors) -
Uses of IParseIssue in gw.lang.parser.exceptions
Subinterfaces of IParseIssue in gw.lang.parser.exceptionsClasses in gw.lang.parser.exceptions that implement IParseIssueModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassFields in gw.lang.parser.exceptions with type parameters of type IParseIssueModifier and TypeFieldDescriptionprivate List<IParseIssue>ParseResultsException._parseExceptionsprivate List<IParseIssue>ParseResultsException._parseIssuesprivate List<IParseIssue>ParseResultsException._parseWarningsMethods in gw.lang.parser.exceptions with type parameters of type IParseIssueModifier and TypeMethodDescriptionprivate <T extends IParseIssue>
List<T>ParseResultsException.findMatchesForKey(ResourceKey key, List<T> parseExceptions) Methods in gw.lang.parser.exceptions that return types with arguments of type IParseIssueModifier and TypeMethodDescriptionParseResultsException.getIssuesFromPos(int iPos) ParseResultsException.getParseExceptions()ParseResultsException.getParseExceptionsForKey(ResourceKey key) ParseResultsException.getParseIssues()ParseResultsException.getParseWarnings()ParseResultsException.getParseWarningsForKey(ResourceKey key) Method parameters in gw.lang.parser.exceptions with type arguments of type IParseIssueModifier and TypeMethodDescriptionstatic 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 IParseIssueModifier and TypeMethodDescriptionbooleanIEntityAccess.shouldAddWarning(IType type, IParseIssue warning)