Uses of Interface
gw.lang.parser.IParseIssue
Packages that use IParseIssue
Package
Description
-
Uses of IParseIssue in editor
Methods in editor with parameters of type IParseIssueModifier and TypeMethodDescriptionstatic booleanSmartFixManager.isCaseParseIssue(IParseIssue parseIssue) static editor.MessageTree.IssueNodeMessageTree.makeIssueMessage(IParseIssue issue) -
Uses of IParseIssue in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IParseIssueMethods 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) -
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
Constructors in gw.lang.gosuc with parameters of type IParseIssue -
Uses of IParseIssue in gw.lang.parser
Methods 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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassMethods 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)