|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
scphEditor.CloneableObservable
scphEditor.OperandVector
scphEditor.Operand
scphEditor.Identifier
scphEditor.Variable
public class Variable
Field Summary |
---|
Fields inherited from interface scphEditor.IOperator |
---|
ASSOC, LEFT, nARY, NONASSOC, RIGHT |
Constructor Summary | |
---|---|
Variable(java.lang.String nameOf,
java.lang.String typeOf)
|
Method Summary | |
---|---|
void |
acceptVisitor(OperandVisitor v)
Calls v.visitIdentifier(this). |
java.lang.String |
getType()
|
Methods inherited from class scphEditor.Identifier |
---|
arity, associative, clone, commutative, format, getName, getOperator, getPName, id, lookup, precedence, proverName, proverName0 |
Methods inherited from class scphEditor.Operand |
---|
addParen, deParen, ensureParen, getParen, getSplit, needParen, removeParen, setSplit |
Methods inherited from class scphEditor.OperandVector |
---|
addChild, countChildren, delChild, getChild, getChildren, setChild |
Methods inherited from class scphEditor.CloneableObservable |
---|
addObserver, cloneObserverList, cloneObserverList, countObservers, deleteObserver, deleteObservers, notifyObservers, notifyObservers |
Methods inherited from class java.util.Observable |
---|
clearChanged, hasChanged, setChanged |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Variable(java.lang.String nameOf, java.lang.String typeOf)
Method Detail |
---|
public java.lang.String getType()
public void acceptVisitor(OperandVisitor v)
acceptVisitor
in class Identifier
v
- the visitor object that wants to visit this operand.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |