Uses of Class
com.regnosys.rosetta.common.inspection.PathObject
Packages that use PathObject
-
Uses of PathObject in com.regnosys.rosetta.common.inspection
Methods in com.regnosys.rosetta.common.inspection that return PathObjectModifier and TypeMethodDescriptionPathObjectNode.get()PathObjectOrTypeNode.get()PathObject<Class<?>>PathTypeNode.get()Methods in com.regnosys.rosetta.common.inspection that return types with arguments of type PathObjectModifier and TypeMethodDescriptionList<Node<PathObject<Object>>>PathObjectNode.getChildren()PathObjectOrTypeNode.getChildren()List<Node<PathObject<Class<?>>>>PathTypeNode.getChildren()PathObject.getParent()Method parameters in com.regnosys.rosetta.common.inspection with type arguments of type PathObjectModifier and TypeMethodDescriptionbooleanPathObjectNode.isGuarded(Node<PathObject<Object>> childNode) booleanPathObjectOrTypeNode.isGuarded(Node<PathObject<PathObjectOrTypeNode.ObjectAndType>> childNode) booleanPathTypeNode.isGuarded(Node<PathObject<Class<?>>> childNode) Constructors in com.regnosys.rosetta.common.inspection with parameters of type PathObjectModifierConstructorDescriptionPathObject(PathObject<T> parent, String accessor, int index, T t) PathObject(PathObject<T> parent, String accessor, T t) PathObjectNode(PathObject<Object> pathObject) PathTypeNode(PathObject<Class<?>> pathType)