Uses of Class
ch.nolix.base.document.node.ImmutableNode
Packages that use ImmutableNode
-
Uses of ImmutableNode in ch.nolix.base.document.chainednode
Methods in ch.nolix.base.document.chainednode that return ImmutableNode -
Uses of ImmutableNode in ch.nolix.base.document.node
Subclasses with type arguments of type ImmutableNode in ch.nolix.base.document.nodeFields in ch.nolix.base.document.node declared as ImmutableNodeMethods in ch.nolix.base.document.node that return ImmutableNodeModifier and TypeMethodDescriptionstatic ImmutableNodestatic ImmutableNodestatic ImmutableNodestatic ImmutableNodeImmutableNode.fromString(String string) static ImmutableNodeImmutableNode.withChildNode(boolean childNode) static ImmutableNodeImmutableNode.withChildNode(double childNode) static ImmutableNodeImmutableNode.withChildNode(long childNode) static ImmutableNodeImmutableNode.withChildNode(INode<?> childNode) static ImmutableNodeImmutableNode.withChildNodes(INode<?>... childNodes) static ImmutableNodeImmutableNode.withChildNodes(Iterable<? extends INode<?>> childNodes) static ImmutableNodeImmutableNode.withChildNodes(String... childNodes) static ImmutableNodeImmutableNode.withHeader(boolean header) static ImmutableNodeImmutableNode.withHeader(double header) static ImmutableNodeImmutableNode.withHeader(long header) static ImmutableNodeImmutableNode.withHeader(String header) static ImmutableNodeImmutableNode.withHeaderAndChildNode(String header, boolean childNode) static ImmutableNodeImmutableNode.withHeaderAndChildNode(String header, double childNode) static ImmutableNodeImmutableNode.withHeaderAndChildNode(String header, long childNode) static ImmutableNodeImmutableNode.withHeaderAndChildNode(String header, INode<?> childNode) static ImmutableNodeImmutableNode.withHeaderAndChildNode(String header, String childNode) static ImmutableNodeImmutableNode.withHeaderAndChildNodes(String header, INode<?>... childNodes) static ImmutableNodeImmutableNode.withHeaderAndChildNodes(String header, Iterable<? extends INode<?>> childNodes) static ImmutableNodeImmutableNode.withHeaderAndChildNodes(String header, String... childNodes) Methods in ch.nolix.base.document.node that return types with arguments of type ImmutableNode