InferiorExpression class

Represents an inferior expression.

Inheritance
Mixed-in types

Constructors

InferiorExpression({required Expression left, required Expression right})
Creates a new inferior expression instance.
const

Properties

hashCode int
no setterinherited
left Expression
The left operand.
finalinherited
The right operand.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
The symbol.
finalinherited

Methods

evaluate(EvaluationContext evaluationContext) bool
Evaluates the value of the current expression.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString({ExpressionRenderer renderer = const DefaultExpressionRenderer()}) String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
inherited

Constants

inferior → const String
The inferior symbol.