Package net.jangaroo.jooc.ast
Class Spread
-
- All Implemented Interfaces:
AstNode,ObjectFieldOrSpread
public class Spread extends PrefixOpExpr implements ObjectFieldOrSpread
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
-
-
Field Summary
-
Fields inherited from class net.jangaroo.jooc.ast.NodeImplBase
usesInstanceThis
-
-
Method Summary
-
Methods inherited from class net.jangaroo.jooc.ast.PrefixOpExpr
getSymbol, visit
-
Methods inherited from class net.jangaroo.jooc.ast.UnaryOpExpr
analyze, getArg, getChildren, isCompileTimeConstant, isRuntimeConstant, isStandAloneConstant, scope
-
Methods inherited from class net.jangaroo.jooc.ast.Expr
getType, isOfAS3Type, setType
-
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, getParentNode, isAssignmentLHS, makeChildren, notifyInstanceThisUsed, propagateInstanceThisUsed, scope, usesInstanceThis, withNewDeclarationScope, withNewLabelScope
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.jangaroo.jooc.ast.AstNode
analyze, getChildren, getParentNode, getSymbol, isAssignmentLHS, notifyInstanceThisUsed, scope, usesInstanceThis, visit
-
-