Class IsPropertyOfAggregate

java.lang.Object
org.ek9lang.compiler.phase3.IsPropertyOfAggregate
All Implemented Interfaces:
BiPredicate<IAggregateSymbol,ISymbol>

final class IsPropertyOfAggregate extends Object implements BiPredicate<IAggregateSymbol,ISymbol>
Given an aggregate and a symbol, this predicate checks if the symbol is a property/field of that aggregate.