Package org.ek9lang.compiler.phase3
Class IsPropertyOfAggregate
java.lang.Object
org.ek9lang.compiler.phase3.IsPropertyOfAggregate
- All Implemented Interfaces:
BiPredicate<IAggregateSymbol,
ISymbol>
Given an aggregate and a symbol, this predicate checks if the symbol is a property/field of that aggregate.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(IAggregateSymbol aggregate, ISymbol possibleProperty) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Constructor Details
-
IsPropertyOfAggregate
IsPropertyOfAggregate()
-
-
Method Details
-
test
- Specified by:
test
in interfaceBiPredicate<IAggregateSymbol,
ISymbol>
-