public class SimpleTreePatcher extends java.lang.Object implements TreePatcher
| Constructor and Description |
|---|
SimpleTreePatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
insert(CompositeElement parent,
TreeElement anchorBefore,
OuterLanguageElement toInsert)
Inserts toInsert into tree
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremoveRange, splitpublic void insert(CompositeElement parent, TreeElement anchorBefore, OuterLanguageElement toInsert)
TreePatcherinsert in interface TreePatcher