Uses of Class
scphEditor.Identifier

Uses of Identifier in scphEditor
 

Subclasses of Identifier in scphEditor
 class Variable
           
 

Methods in scphEditor that return Identifier
static Identifier Identifier.lookup(java.lang.String name)
          Looks up an Identifier object from the dictionary.
 

Methods in scphEditor with parameters of type Identifier
 void DOMBuilder.visitIdentifier(Identifier id)
           
 void OperandViewFactory.visitIdentifier(Identifier id)
          Visits an identifier and creates an IdentifierView object.
 void OperandVisitor.visitIdentifier(Identifier id)
          Called by Identifier.acceptVisitor().
 void TermBuilder.visitIdentifier(Identifier id)
           
 

Constructors in scphEditor with parameters of type Identifier
IdentifierView(Identifier idOf, OperandControl c)
          Creates an IdentifierView object that views the given Identifier.