ReturnStmt class
Represents the keyword 'return' in lua. This keyword can return whole expressions comma separated. See values.
Constructors
-
ReturnStmt(List<
MathExpr> values)
Properties
Methods
-
accept<
R> (Visitor< R> v) → R -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited