ForLoopParts class
Constructors
- ForLoopParts({VariableDeclarationList? variableList, AssignmentExpression? initialization, BinaryExpression? condition, Expression? updater, String? iterable, String? loopVariable, Map? ast})
Properties
- condition ↔ BinaryExpression?
-
循环判断条件
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialization ↔ AssignmentExpression?
-
初始化赋值的值
getter/setter pair
- iterable ↔ String?
-
getter/setter pair
- loopVariable ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
no setterinherited
- updater ↔ Expression?
-
循环步进值
getter/setter pair
- variableList ↔ VariableDeclarationList?
-
初始化定义的值
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toAst(
) → Map? -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromAst(
Map? ast) → ForLoopParts?
Constants
- forEachPartsWithDeclaration → const String
- forPartsWithDeclarations → const String
- forPartsWithExpression → const String