|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xrel.analyzer.TranslateP
TODO insert comment here
Constructor Summary | |
TranslateP()
|
Method Summary | |
static void |
internalizeP(SimpleNode root)
Internalizes all the patterns of the program, that is it transformes them in a internal form for the algorithm. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TranslateP()
Method Detail |
public static void internalizeP(SimpleNode root)
Internalizes all the patterns of the program, that is it transformes them in a internal form for the algorithm.
In detail it makes the following changes on the tree:
The resulting tree has the following syntax:
root
- the root node of the program
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |