Uses of Class
jlibs.core.graph.Path

Packages that use Path
jlibs.core.graph   
jlibs.core.graph.filters   
jlibs.core.graph.navigators   
jlibs.core.graph.sequences   
jlibs.core.graph.visitors   
jlibs.core.graph.walkers   
 

Uses of Path in jlibs.core.graph
 

Methods in jlibs.core.graph that return Path
 Path Path.append(Object elem)
           
 Path Path.append(Object elem, int index)
           
 Path Walker.getCurrentPath()
           
 Path Path.getParentPath()
           
 Path Path.getParentPath(Class clazz)
           
 

Methods in jlibs.core.graph with parameters of type Path
 void Processor.postProcess(E elem, Path path)
           
 boolean Processor.preProcess(E elem, Path path)
           
 

Uses of Path in jlibs.core.graph.filters
 

Constructors in jlibs.core.graph.filters with parameters of type Path
PathFilter(Path path, Filter<Path> delegate)
           
 

Constructor parameters in jlibs.core.graph.filters with type arguments of type Path
PathFilter(Path path, Filter<Path> delegate)
           
 

Uses of Path in jlibs.core.graph.navigators
 

Methods in jlibs.core.graph.navigators that return types with arguments of type Path
 Sequence<Path> PathNavigator.children(Path path)
           
 

Methods in jlibs.core.graph.navigators with parameters of type Path
 Sequence<Path> PathNavigator.children(Path path)
           
 

Uses of Path in jlibs.core.graph.sequences
 

Methods in jlibs.core.graph.sequences that return Path
protected  Path PathSequence.findNext()
           
 

Methods in jlibs.core.graph.sequences that return types with arguments of type Path
 Sequence<Path> PathSequence.copy()
           
 

Constructors in jlibs.core.graph.sequences with parameters of type Path
PathSequence(Path path, Sequence<? extends E> delegate)
           
 

Uses of Path in jlibs.core.graph.visitors
 

Fields in jlibs.core.graph.visitors declared as Path
protected  Path PathReflectionVisitor.path
           
 

Uses of Path in jlibs.core.graph.walkers
 

Methods in jlibs.core.graph.walkers that return Path
 Path PreorderWalker.getCurrentPath()
           
 



Copyright © 2018. All rights reserved.