ix.iview
Interface VarSpecifier

All Known Implementing Classes:
AConstructFramePanel, ActionEditorPanel, AROEditorPanel, ConditionEffectEditor, ConstraintEditor, DeclarationEditor, DefaultConstraintEditor, GlobalFramePanel, GrammarEditorPanel, ObjectConstraintEditor, OrderingEditor, SimpleDeclarationEditor, SimpleEditorPanel, SpecEditor

public interface VarSpecifier

An interface to be implemented by anything that may be used to enter variables that should be checked against declarations.


Method Summary
 java.lang.String addVariableDeclaration(java.lang.String varName)
          Add the given variable name as a declaration, return the name or "".
 java.util.List getVarsToOffer()
           
 

Method Detail

getVarsToOffer

java.util.List getVarsToOffer()

addVariableDeclaration

java.lang.String addVariableDeclaration(java.lang.String varName)
Add the given variable name as a declaration, return the name or "".