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

A

add(int, T) - Method in class components.sequence.Sequence1L
 
add(int, T) - Method in class components.sequence.Sequence2L
 
add(int, T) - Method in class components.sequence.Sequence3
 
add(int, T) - Method in interface components.sequence.SequenceKernel
Adds the entry x at position pos of this.
add(NaturalNumber) - Method in interface components.naturalnumber.NaturalNumber
Adds n to this.
add(NaturalNumber) - Method in class components.naturalnumber.NaturalNumberSecondary
 
add(Set<T>) - Method in interface components.set.Set
Adds to this all elements of s that are not already in this, also removing just those elements from s.
add(Set<T>) - Method in class components.set.SetSecondary
 
add(K, V) - Method in class components.map.Map1L
 
add(K, V) - Method in class components.map.Map2
 
add(K, V) - Method in class components.map.Map3
 
add(K, V) - Method in class components.map.Map4
 
add(K, V) - Method in interface components.map.MapKernel
Adds the pair (key, value) to this.
add(T) - Method in class components.set.Set1L
 
add(T) - Method in class components.set.Set2
 
add(T) - Method in class components.set.Set3
 
add(T) - Method in class components.set.Set4
 
add(T) - Method in interface components.set.SetKernel
Adds x to this.
add(T) - Method in class components.sortingmachine.SortingMachine1L
 
add(T) - Method in class components.sortingmachine.SortingMachine2
 
add(T) - Method in class components.sortingmachine.SortingMachine3
 
add(T) - Method in class components.sortingmachine.SortingMachine4
 
add(T) - Method in class components.sortingmachine.SortingMachine5
 
add(T) - Method in interface components.sortingmachine.SortingMachineKernel
Adds x to the contents of this.
addRightFront(T) - Method in class components.list.List1L
 
addRightFront(T) - Method in class components.list.List2
 
addRightFront(T) - Method in class components.list.List3
 
addRightFront(T) - Method in interface components.list.ListKernel
Adds x to the beginning of this.right.
addSubtree(int, Tree<T>) - Method in interface components.tree.Tree
Adds the tree st at position pos in this; the declaration notwithstanding, the dynamic type of st must be the same as the dynamic type of this.
addSubtree(int, Tree<T>) - Method in class components.tree.TreeSecondary
 
addToBlock(int, Statement) - Method in class components.statement.Statement1
 
addToBlock(int, Statement) - Method in interface components.statement.StatementKernel
Adds the statement s at position pos in this BLOCK statement; the declaration notwithstanding, the dynamic type of s must be the same as the dynamic type of this.
advance() - Method in class components.list.List1L
 
advance() - Method in class components.list.List2
 
advance() - Method in class components.list.List3
 
advance() - Method in interface components.list.ListKernel
Advances the position in this by one.
AMPMClock - Interface in components.ampmclock
AMPMClock number component with primary methods.
append(Queue<T>) - Method in interface components.queue.Queue
Concatenates ("appends") q to the end of this.
append(Queue<T>) - Method in class components.queue.QueueSecondary
 
append(Sequence<T>) - Method in interface components.sequence.Sequence
Concatenates ("appends") s to the end of this.
append(Sequence<T>) - Method in class components.sequence.SequenceSecondary
 
assemble(T, BinaryTree<T>, BinaryTree<T>) - Method in class components.binarytree.BinaryTree1
 
assemble(T, BinaryTree<T>, BinaryTree<T>) - Method in interface components.binarytree.BinaryTreeKernel
Assembles in this a tree with root label root 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.
assemble(T, Sequence<Tree<T>>) - Method in class components.tree.Tree1
 
assemble(T, Sequence<Tree<T>>) - Method in interface components.tree.TreeKernel
Assembles in this a tree with root label root and subtrees children; the declaration notwithstanding, the dynamic type of each entry of children must be the same as the dynamic type of this and the dynamic type of children must be the same as that returned by newSequenceOfTree.
assembleCall(String) - Method in class components.statement.Statement1
 
assembleCall(String) - Method in interface components.statement.StatementKernel
Assembles in this a CALL statement with root label (CALL, ?, inst) and no subtrees.
assembleIf(StatementKernel.Condition, Statement) - Method in class components.statement.Statement1
 
assembleIf(StatementKernel.Condition, Statement) - Method in interface components.statement.StatementKernel
Assembles in this an IF statement with root label (IF, c, ?) and only subtree the BLOCK s; the declaration notwithstanding, the dynamic type of s must be the same as the dynamic type of this.
assembleIfElse(StatementKernel.Condition, Statement, Statement) - Method in class components.statement.Statement1
 
assembleIfElse(StatementKernel.Condition, Statement, Statement) - Method in interface components.statement.StatementKernel
Assembles in this an IF_ELSE statement with root label (IF_ELSE, c, ?) and as two subtrees the BLOCKs s1 and s2; the declaration notwithstanding, the dynamic type of s1 and s2 must be the same as the dynamic type of this.
assembleWhile(StatementKernel.Condition, Statement) - Method in class components.statement.Statement1
 
assembleWhile(StatementKernel.Condition, Statement) - Method in interface components.statement.StatementKernel
Assembles in this a WHILE statement with root label (WHILE, c, ?) and only subtree the BLOCK s; the declaration notwithstanding, the dynamic type of s must be the same as the dynamic type of this.
assertElseFatalError(boolean, String) - Static method in class components.utilities.Reporter
If the given condition is false, prints the given error message to the console and terminates the application; otherwise it just returns.
atEOS() - Method in class components.simplereader.SimpleReader1L
 
atEOS() - Method in interface components.simplereader.SimpleReaderKernel
Reports whether the end of the stream has been reached.
attributeNames() - Method in interface components.xmltree.XMLTree
Returns an Iterable<String> of the attribute names of the root of this.
attributeNames() - Method in class components.xmltree.XMLTree1
 
attributeNames() - Method in class components.xmltree.XMLTree2
 
attributeValue(String) - Method in interface components.xmltree.XMLTree
Returns the value associated with the attribute of the root tag of this called name.
attributeValue(String) - Method in class components.xmltree.XMLTree1
 
attributeValue(String) - Method in class components.xmltree.XMLTree2
 
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