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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantest(IAggregateSymbol aggregate, ISymbol possibleProperty) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiPredicate
and, negate, or
-
Constructor Details
-
IsPropertyOfAggregate
IsPropertyOfAggregate()
-
-
Method Details
-
test
- Specified by:
testin interfaceBiPredicate<IAggregateSymbol, ISymbol>
-