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 double
SmartFixManager.getDistanceFromPosition
(IParseIssue pi, int line, int col) Returns the cartesian distance of this parse issue from the given column/line in column/line unitsprivate boolean
SmartFixManager.isCaseIssue
(IParseIssue parseIssue) static boolean
SmartFixManager.isCaseParseIssue
(IParseIssue parseIssue) private boolean
SmartFixManager.isImplictCoercion
(IParseIssue parseIssue) private boolean
SmartFixManager.isJavaStyleCast
(IParseIssue parseIssue) private boolean
SmartFixManager.isMissingConstructor
(IParseIssue parseIssue) private boolean
SmartFixManager.isMissingOverride
(IParseIssue parseIssue) private boolean
SmartFixManager.isMissingSuperCall
(IParseIssue parseIssue) private boolean
SmartFixManager.isObsoleteConstructor
(IParseIssue parseIssue) private boolean
SmartFixManager.isVoidReturnTypeIssue
(IParseIssue parseIssue) static MessageTree.IssueNode
MessageTree.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 String
Compiler.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._parseExceptions
private List<IParseIssue>
ParsedElement.LikelyNullFields._parseWarnings
Methods 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 TypeMethodDescriptionvoid
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 IParseIssueModifier and TypeMethodDescriptionvoid
ParsedElement.addParseExceptions
(List<IParseIssue> parseExceptions) void
ParsedElement.addParseIssues
(List<IParseIssue> parseIssues) void
ParsedElement.addParseWarnings
(List<IParseIssue> parseWarnings) private boolean
GosuParser.errorsSame
(List<IParseIssue> newErrors, List<IParseIssue> errors) private void
ParsedElement.getParseExceptions
(List<IParseIssue> allParseExceptions) private void
ParsedElement.getParseWarnings
(List<IParseIssue> allWarnings) private boolean
GosuParser.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 TypeMethodDescriptionboolean
GWEntityAccess.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._reparseErrorStack
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 TypeMethodDescriptionvoid
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 IParseIssueModifier and TypeMethodDescriptionvoid
TypeVarToTypeMap.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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
Fields in gw.lang.parser.exceptions with type parameters of type IParseIssueModifier and TypeFieldDescriptionprivate List<IParseIssue>
ParseResultsException._parseExceptions
private List<IParseIssue>
ParseResultsException._parseIssues
private List<IParseIssue>
ParseResultsException._parseWarnings
Methods 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 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 IParseIssueModifier and TypeMethodDescriptionboolean
IEntityAccess.shouldAddWarning
(IType type, IParseIssue warning)