Package | Description |
---|---|
sk.stuba.fiit.perconik.core.java.dom |
Java DOM core extension to the Eclipse JDT.
|
Modifier and Type | Method and Description |
---|---|
MatchingNode<?> |
MatchingNode.getParent() |
MatchingNode<?> |
MatchingNode.getRoot() |
static <N extends org.eclipse.jdt.core.dom.ASTNode> |
MatchingNode.of(N node) |
Modifier and Type | Method and Description |
---|---|
static <N extends org.eclipse.jdt.core.dom.ASTNode> |
MatchingNode.wrap(java.lang.Iterable<? extends N> nodes) |
Modifier and Type | Method and Description |
---|---|
static <N extends org.eclipse.jdt.core.dom.ASTNode> |
MatchingNode.unwrap(java.lang.Iterable<? extends MatchingNode<N>> nodes) |