Class JavaProcessor<P>

Parameters:
base - A pointer within the AST that is used to establish the "base lexical scope".
child - A pointer within the AST that will be traversed (up the tree) looking for an intersection with the base lexical scope.
Returns:
true if the child is in within the lexical scope of the base