|
Dresden OCL Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttudresden.ocl.normalize.IteratorInsertion
This node normalizer inserts an iterator in every iterating method that does not already have one (or more). This is a prerequisite to the normalization step "DefaultContextInsertion" but breaks to results of "TypeInformationInsertion".
DefaultContextInsertion
Constructor Summary | |
IteratorInsertion()
|
Method Summary | |
void |
close(OclTree tree,
NormalizerPass pass)
This method notifies the NodeNormalizer of the end of a tree normalization. |
void |
normalize(Node n,
OclTree tree)
normalize a single node |
void |
open(OclTree tree,
NormalizerPass pass)
allows the NodeNormalizers to initialize itself. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IteratorInsertion()
Method Detail |
public void open(OclTree tree, NormalizerPass pass)
NodeNormalizer
open
in interface NodeNormalizer
public void close(OclTree tree, NormalizerPass pass)
NodeNormalizer
open()
already
close
in interface NodeNormalizer
public void normalize(Node n, OclTree tree)
NodeNormalizer
normalize
in interface NodeNormalizer
|
Dresden OCL Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |