JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.github.javaparser.symbolsolver.resolution.naming
NameLogic
PredicateOnParentAndChild
Contents
Description
Method Summary
Method Details
isSatisfied(P, C)
Hide sidebar
Show sidebar
Interface NameLogic.PredicateOnParentAndChild<
P extends
Node
,
C extends
Node
>
Enclosing class:
NameLogic
private static interface
NameLogic.PredicateOnParentAndChild<P extends
Node
, C extends
Node
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
isSatisfied
(
P
parent,
C
child)
Method Details
isSatisfied
boolean
isSatisfied
(
P
parent,
C
child)