Uses of Interface
com.github.javaparser.symbolsolver.resolution.naming.NameLogic.PredicateOnParentAndChild
-
Packages that use NameLogic.PredicateOnParentAndChild Package Description com.github.javaparser.symbolsolver.resolution.naming -
-
Uses of NameLogic.PredicateOnParentAndChild in com.github.javaparser.symbolsolver.resolution.naming
Methods in com.github.javaparser.symbolsolver.resolution.naming with parameters of type NameLogic.PredicateOnParentAndChild Modifier and Type Method Description private static <P extends Node,C extends Node>
booleanNameLogic. whenParentIs(java.lang.Class<P> parentClass, C child, NameLogic.PredicateOnParentAndChild<P,C> predicate)
-