Class IsSetPresentOrError

All Implemented Interfaces:
BiPredicate<IToken,ISymbol>

final class IsSetPresentOrError extends OperatorTest implements BiPredicate<IToken,ISymbol>
Given a symbol, this check that the type that the symbol has can support the '?' operation. This includes variable/expressions that have a type that is a function.