Uses of Interface
gw.lang.IIssue
-
Packages that use IIssue Package Description editor editor.plugin.typeloader.properties gw.lang gw.lang.gosuc gw.lang.javac -
-
Uses of IIssue in editor
Methods in editor that return types with arguments of type IIssue Modifier and Type Method Description private java.util.List<IIssue>ParserFeedbackPanel.FeedbackMargin. getErrorsFromCursorPos()Methods in editor with parameters of type IIssue Modifier and Type Method Description private voidParserFeedbackPanel.FeedbackMargin. paintErrorMark(java.awt.Graphics g, IIssue e, int iLineCount)private voidParserFeedbackPanel.FeedbackMargin. paintWarningMark(java.awt.Graphics g, IIssue w, int iLineCount)Method parameters in editor with type arguments of type IIssue Modifier and Type Method Description private java.lang.StringParserFeedbackPanel.FeedbackMargin. makeToolTipText(java.util.List<IIssue> issues) -
Uses of IIssue in editor.plugin.typeloader.properties
Methods in editor.plugin.typeloader.properties that return types with arguments of type IIssue Modifier and Type Method Description java.util.List<IIssue>PropertiesIssueContainer. getErrors()java.util.List<IIssue>PropertiesIssueContainer. getIssues()java.util.List<IIssue>PropertiesIssueContainer. getWarnings() -
Uses of IIssue in gw.lang
Methods in gw.lang that return types with arguments of type IIssue Modifier and Type Method Description java.util.List<IIssue>IIssueContainer. getErrors()java.util.List<IIssue>IIssueContainer. getIssues()java.util.List<IIssue>IIssueContainer. getWarnings() -
Uses of IIssue in gw.lang.gosuc
Classes in gw.lang.gosuc that implement IIssue Modifier and Type Class Description classGosuIssueFields in gw.lang.gosuc with type parameters of type IIssue Modifier and Type Field Description private java.util.List<IIssue>GosuIssueContainer. _issuesMethods in gw.lang.gosuc that return types with arguments of type IIssue Modifier and Type Method Description java.util.List<IIssue>GosuIssueContainer. getErrors()java.util.List<IIssue>GosuIssueContainer. getIssues()java.util.List<IIssue>GosuIssueContainer. getWarnings() -
Uses of IIssue in gw.lang.javac
Classes in gw.lang.javac that implement IIssue Modifier and Type Class Description classJavaIssueFields in gw.lang.javac with type parameters of type IIssue Modifier and Type Field Description private java.util.List<IIssue>JavaIssueContainer. _issuesMethods in gw.lang.javac that return types with arguments of type IIssue Modifier and Type Method Description java.util.List<IIssue>JavaIssueContainer. getErrors()java.util.List<IIssue>JavaIssueContainer. getIssues()java.util.List<IIssue>JavaIssueContainer. getWarnings()
-