Uses of Class
sota.ast.util.IScheme

Packages that use IScheme
sota.ast.nodes   
sota.ast.util   
sota.gui.action   
sota.gui.dialogs   
sota.gui.provider   
sota.gui.views   
 

Uses of IScheme in sota.ast.nodes
 

Methods in sota.ast.nodes with parameters of type IScheme
 void FileNode.createASCContentForScope(IScopeNode node, IScheme ischeme)
           
 

Uses of IScheme in sota.ast.util
 

Subclasses of IScheme in sota.ast.util
 class GlobalInstrumentationScheme
          Klasse für die globalen, von SOTA erstellten ISchemes, welche das Projekt komplett nach Level 1, 2 und 3 instrumentieren.
 

Fields in sota.ast.util declared as IScheme
 IScheme ProjectConfig.currInstrumentationScheme
           
private  IScheme ProjectConfig.selectedIScheme
           
 

Fields in sota.ast.util with type parameters of type IScheme
 java.util.TreeSet<IScheme> ProjectConfig.setOfISchemes
           
 

Methods in sota.ast.util that return IScheme
 IScheme ProjectConfig.getCurrentIScheme()
           
 IScheme ProjectConfig.getIScheme(java.lang.String name)
           
 IScheme ProjectConfig.getSelectedInstrumentationScheme()
           
 

Methods in sota.ast.util that return types with arguments of type IScheme
 java.util.TreeSet<IScheme> ProjectConfig.getListOfISchemes()
           
 

Methods in sota.ast.util with parameters of type IScheme
 void ASTManager.addInstrumentationScheme(IScheme scheme)
           
 void ProjectConfig.addIScheme(IScheme scheme)
           
 int IScheme.compareTo(IScheme o)
           
 void ProjectConfig.setCurrentInstrumentationScheme(IScheme scheme)
           
 void ProjectConfig.setSelectedInstrumentationScheme(IScheme is)
           
 

Method parameters in sota.ast.util with type arguments of type IScheme
 void ProjectConfig.setListOfISchemes(java.util.TreeSet<IScheme> listOfISchemes)
           
 

Uses of IScheme in sota.gui.action
 

Fields in sota.gui.action declared as IScheme
 IScheme CloseProjectAction.currentIScheme
           
 

Uses of IScheme in sota.gui.dialogs
 

Fields in sota.gui.dialogs declared as IScheme
private  IScheme EditISchemeDialog.ischeme
           
private  IScheme NewISchemeDialog.scheme
           
 

Constructors in sota.gui.dialogs with parameters of type IScheme
EditISchemeDialog(org.eclipse.swt.widgets.Shell shell, IScheme ischeme)
           
 

Uses of IScheme in sota.gui.provider
 

Fields in sota.gui.provider declared as IScheme
private  IScheme InstrumentationLabelProvider.scheme
           
 

Constructors in sota.gui.provider with parameters of type IScheme
InstrumentationLabelProvider(IScheme scheme)
           
 

Uses of IScheme in sota.gui.views
 

Fields in sota.gui.views declared as IScheme
private  IScheme ISchemeView.ischeme