scphEditor
Class OperandContext

java.lang.Object
  extended by scphEditor.OperandContext

public class OperandContext
extends java.lang.Object

This class is a simple record containing the context of an operand, i.e., itself, its position index in its parent, and the parent.


Field Summary
 int index
          Its position in parent.
 OperandVector parent
          Parent.
 java.awt.Container parentview
          Display rep of parent.
 Operand self
          Itself.
 java.awt.Component selfview
          Display rep of itself.
 
Constructor Summary
OperandContext(java.awt.Component oview)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

self

public Operand self
Itself.


parent

public OperandVector parent
Parent.


selfview

public java.awt.Component selfview
Display rep of itself.


parentview

public java.awt.Container parentview
Display rep of parent.


index

public int index
Its position in parent.

Constructor Detail

OperandContext

public OperandContext(java.awt.Component oview)