java.lang.Object
com.github.javaparser.symbolsolver.javaparser.Navigator

public final class Navigator extends Object
This class can be used to easily retrieve nodes from a JavaParser AST. Note that methods with the prefix `demand` indicate that if the search value is not found, an exception will be thrown.
Author:
Federico Tomassetti