Index

A B C D E F G H I J K L M N O P Q R S T V W X 
All Classes and Interfaces|All Packages|Constant Field Values

D

decrement() - Method in interface components.naturalnumber.NaturalNumber
Decrements this.
decrement() - Method in class components.naturalnumber.NaturalNumberSecondary
 
dequeue() - Method in class components.queue.Queue1L
 
dequeue() - Method in class components.queue.Queue2
 
dequeue() - Method in class components.queue.Queue3
 
dequeue() - Method in interface components.queue.QueueKernel
Removes and returns the entry at the front of this.
disassemble(BinaryTree<T>, BinaryTree<T>) - Method in class components.binarytree.BinaryTree1
 
disassemble(BinaryTree<T>, BinaryTree<T>) - Method in interface components.binarytree.BinaryTreeKernel
Disassembles this into its root label, which is returned as the value of the function, and subtrees left and right; the declaration notwithstanding, the dynamic type of left and right must be the same as the dynamic type of this .
disassemble(Sequence<Tree<T>>) - Method in class components.tree.Tree1
 
disassemble(Sequence<Tree<T>>) - Method in interface components.tree.TreeKernel
Disassembles this into its root label, which is returned as the value of the function, and subtrees in children; the declaration notwithstanding, the dynamic type of children must be the same as that returned by newSequenceOfTree.
disassembleCall() - Method in class components.statement.Statement1
 
disassembleCall() - Method in interface components.statement.StatementKernel
Disassembles CALL statement this and returns the called instruction name as the value of the function.
disassembleIf(Statement) - Method in class components.statement.Statement1
 
disassembleIf(Statement) - Method in interface components.statement.StatementKernel
Disassembles IF statement this into its test Condition, which is returned as the value of the function, and its only subtree, the BLOCK statement s; the declaration notwithstanding, the dynamic type of s must be the same as the dynamic type of this.
disassembleIfElse(Statement, Statement) - Method in class components.statement.Statement1
 
disassembleIfElse(Statement, Statement) - Method in interface components.statement.StatementKernel
Disassembles IF_ELSE statement this into its test Condition, which is returned as the value of the function, and its two subtrees, the BLOCK statements s1 and s2; the declaration notwithstanding, the dynamic type of s1 and s2 must be the same as the dynamic type of this.
disassembleProgram(SimpleWriter, int[]) - Static method in class components.program.Program1
Disassembles and outputs to out the given program cp.
disassembleProgram(SimpleWriter, int[], int) - Static method in class components.program.Program1
Disassembles and outputs to out the given program cp marking the location of the program counter pc.
disassembleProgram(SimpleWriter, Sequence<Integer>) - Static method in class components.program.Program1
Disassembles and outputs to out the given program cp.
disassembleWhile(Statement) - Method in class components.statement.Statement1
 
disassembleWhile(Statement) - Method in interface components.statement.StatementKernel
Disassembles WHILE statement this into its test Condition , which is returned as the value of the function, and its only subtree, the BLOCK statement s; the declaration notwithstanding, the dynamic type of s must be the same as the dynamic type of this.
display() - Method in interface components.xmltree.XMLTree
Displays this in a new window with a default title.
display() - Method in class components.xmltree.XMLTree1
 
display() - Method in class components.xmltree.XMLTree2
 
display(String) - Method in interface components.xmltree.XMLTree
Displays this in a new window with the given title.
display(String) - Method in class components.xmltree.XMLTree1
 
display(String) - Method in class components.xmltree.XMLTree2
 
divide(NaturalNumber) - Method in interface components.naturalnumber.NaturalNumber
Divides this by n, returning the remainder.
divide(NaturalNumber) - Method in class components.naturalnumber.NaturalNumberSecondary
 
divideBy10() - Method in class components.naturalnumber.NaturalNumber1L
 
divideBy10() - Method in class components.naturalnumber.NaturalNumber2
 
divideBy10() - Method in class components.naturalnumber.NaturalNumber3
 
divideBy10() - Method in class components.naturalnumber.NaturalNumber4
 
divideBy10() - Method in interface components.naturalnumber.NaturalNumberKernel
Divides this by 10 and reports the remainder.
A B C D E F G H I J K L M N O P Q R S T V W X 
All Classes and Interfaces|All Packages|Constant Field Values