Uses of Interface
com.regnosys.rosetta.common.inspection.Node
Packages that use Node
-
Uses of Node in com.regnosys.rosetta.common.inspection
Classes in com.regnosys.rosetta.common.inspection that implement NodeModifier and TypeClassDescriptionclassclassclassMethods in com.regnosys.rosetta.common.inspection that return types with arguments of type NodeModifier and TypeMethodDescriptionNode.getChildren()List<Node<PathObject<Object>>>PathObjectNode.getChildren()PathObjectOrTypeNode.getChildren()List<Node<PathObject<Class<?>>>>PathTypeNode.getChildren()Methods in com.regnosys.rosetta.common.inspection with parameters of type NodeModifier and TypeMethodDescriptionvoidRosettaNodeInspector.inspect(Node<T> rootNode, RosettaNodeInspector.Visitor<T> visitor) Deprecated.voidRosettaNodeInspector.inspect(Node<T> rootNode, RosettaNodeInspector.Visitor<T> visitor, boolean childrenFirst) Deprecated.booleanbooleanPathObjectNode.isGuarded(Node<PathObject<Object>> childNode) booleanPathObjectOrTypeNode.isGuarded(Node<PathObject<PathObjectOrTypeNode.ObjectAndType>> childNode) booleanPathTypeNode.isGuarded(Node<PathObject<Class<?>>> childNode) void