Uses of Interface
gw.lang.IIssueContainer
-
Packages that use IIssueContainer Package Description editor editor.plugin.typeloader editor.plugin.typeloader.java editor.plugin.typeloader.properties gw.lang gw.lang.gosuc gw.lang.javac -
-
Uses of IIssueContainer in editor
Methods in editor that return IIssueContainer Modifier and Type Method Description IIssueContainer
GosuEditor. getIssues()
IIssueContainer
IEditorHost. getIssues()
IIssueContainer
StandardEditor. getIssues()
-
Uses of IIssueContainer in editor.plugin.typeloader
Methods in editor.plugin.typeloader that return IIssueContainer Modifier and Type Method Description IIssueContainer
ITypeFactory. getIssueContainer(EditorHost editor)
-
Uses of IIssueContainer in editor.plugin.typeloader.java
Methods in editor.plugin.typeloader.java that return IIssueContainer Modifier and Type Method Description IIssueContainer
JavaTypeFactory. getIssueContainer(EditorHost editor)
-
Uses of IIssueContainer in editor.plugin.typeloader.properties
Classes in editor.plugin.typeloader.properties that implement IIssueContainer Modifier and Type Class Description class
PropertiesIssueContainer
Methods in editor.plugin.typeloader.properties that return IIssueContainer Modifier and Type Method Description IIssueContainer
PropertiesTypeFactory. getIssueContainer(EditorHost editor)
-
Uses of IIssueContainer in gw.lang
Methods in gw.lang that return IIssueContainer Modifier and Type Method Description IIssueContainer
ICompilationResults. getIssues()
-
Uses of IIssueContainer in gw.lang.gosuc
Classes in gw.lang.gosuc that implement IIssueContainer Modifier and Type Class Description class
GosuIssueContainer
-
Uses of IIssueContainer in gw.lang.javac
Classes in gw.lang.javac that implement IIssueContainer Modifier and Type Class Description class
JavaIssueContainer
-