- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
visitBooleanLiteral(
BooleanLiteral node) → R? -
visitBottomTypeIdentifier(
BottomTypeIdentifier node) → R? -
visitDoubleLiteral(
DoubleLiteral node) → R? -
visitIdentifiedTypeIdentifier(
IdentifiedTypeIdentifier node) → R? -
visitIdentifierExpression(
IdentifierExpression node) → R? -
visitImportDeclaration(
ImportDeclaration node) → R? -
visitIntegerLiteral(
IntegerLiteral node) → R? -
visitInvocationExpression(
InvocationExpression node) → R? -
visitLetDeclaration(
LetDeclaration node) → R? -
visitLetExpression(
LetExpression node) → R? -
visitListTypeIdentifier(
ListTypeIdentifier node) → R? -
visitMapTypeIdentifier(
MapTypeIdentifier node) → R? -
visitOptionTypeIdentifier(
OptionTypeIdentifier node) → R? -
visitSetTypeIdentifier(
SetTypeIdentifier node) → R? -
visitStringLiteral(
StringLiteral node) → R? -
visitTopTypeIdentifier(
TopTypeIdentifier node) → R? -
visitTypeDefinition(
TypeDefinition node) → R? -
visitTypeVariantNode(
TypeVariantNode node) → R? -
visitTypeVariantParameterNode(
TypeVariantParameterNode node) → R? -
visitUnitLiteral(
UnitLiteral node) → R?
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited