|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FragmentAST | |
|---|---|
| org.kit.furia.fragment | |
| Uses of FragmentAST in org.kit.furia.fragment |
|---|
| Subclasses of FragmentAST in org.kit.furia.fragment | |
|---|---|
class |
MTDFragmentAST
MTDFragmentAST A tree that holds an internal id for each unique complete subtree and a hash code computed on the string representation of this complete subtree. |
| Methods in org.kit.furia.fragment that return FragmentAST | |
|---|---|
FragmentAST |
FragmentAST.getLeftmostChild()
Get the leftmost child of this node. |
| Methods in org.kit.furia.fragment that return types with arguments of type FragmentAST | |
|---|---|
java.util.List<FragmentAST> |
FragmentAST.depthFirst()
|
| Method parameters in org.kit.furia.fragment with type arguments of type FragmentAST | |
|---|---|
protected void |
FragmentAST.depthFirstAux(java.util.LinkedList<FragmentAST> res)
Auxiliary function for depthFirst(). |
| Constructors in org.kit.furia.fragment with parameters of type FragmentAST | |
|---|---|
FragmentAST(FragmentAST t)
Clone the node with this constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||