A C D E F G I K L M N O P R S T U V W

N

nARY - Static variable in interface scphEditor.IOperator
If arity() returns nARY, this operator is an n-ary operator, without an upper limit for the number of operands, though the lower limit is 2.
needParen(Operand) - Method in class scphEditor.Operand
Determines if I need to be parenthesized, assuming I am a child of the given operand.
NONASSOC - Static variable in interface scphEditor.IOperator
If associative() returns NONASSOC, this operator is non-associative.
notifyObservers() - Method in class scphEditor.CloneableObservable
If this object is marked as changed (hasChanged() returns true), mark itself as unchanged (with clearChanged()), and then notify all of its observers.
notifyObservers(Object) - Method in class scphEditor.CloneableObservable
If this object is marked as changed (hasChanged() returns true), mark itself as unchanged (with clearChanged()), and then notify all of its observers.
NullView - Class in scphEditor
This is the view class/object for a null Operand.
NullView(OperandControl) - Constructor for class scphEditor.NullView
Creates NullView object.

A C D E F G I K L M N O P R S T U V W