isExpression abstract method
IsExpression
isExpression(
- Expression expression,
- Token isOperator,
- Token? notOperator,
- TypeAnnotation type,
Returns a newly created is expression. The notOperator
can be null
if the sense of the test is not negated.
Implementation
IsExpression isExpression(Expression expression, Token isOperator,
Token? notOperator, TypeAnnotation type);