Class ImportListImpl.Node
java.lang.Object
org.glassfish.pfl.dynamic.codegen.impl.ImportListImpl.Node
- All Implemented Interfaces:
Comparable<ImportListImpl.Node>
- Enclosing class:
ImportListImpl
private abstract static class ImportListImpl.Node
extends Object
implements Comparable<ImportListImpl.Node>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ImportListImpl.Node node) children()final intcompareTo(ImportListImpl.Node node) voidstatic ImportListImpl.NodemakeListNode(String name) static ImportListImpl.NodemakeTypeNode(String name, Type type) final Stringname()voidsort()type()
-
Field Details
-
name
-
-
Constructor Details
-
Node
-
-
Method Details
-
name
-
compareTo
- Specified by:
compareToin interfaceComparable<ImportListImpl.Node>
-
type
-
children
-
sort
public void sort() -
find
-
add
-
depthFirst
-
makeTypeNode
-
makeListNode
-