Package net.jangaroo.jooc.ast
Class Parameters
- java.lang.Object
-
- net.jangaroo.jooc.ast.NodeImplBase
-
- net.jangaroo.jooc.ast.Expr
-
- net.jangaroo.jooc.ast.CommaSeparatedList<Parameter>
-
- net.jangaroo.jooc.ast.Parameters
-
- All Implemented Interfaces:
AstNode
public class Parameters extends CommaSeparatedList<Parameter>
- Author:
- Andreas Gawecki
-
-
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
-
-
Constructor Summary
Constructors Constructor Description Parameters(Parameter param)Parameters(Parameter param, JooSymbol symComma, Parameters tail)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParametersgetTail()voidvisit(AstVisitor visitor)-
Methods inherited from class net.jangaroo.jooc.ast.CommaSeparatedList
analyze, getChildren, getHead, getSymbol, getSymComma, isStandAloneConstant, scope
-
Methods inherited from class net.jangaroo.jooc.ast.Expr
getType, isCompileTimeConstant, isOfAS3Type, isRuntimeConstant, setType
-
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, getParentNode, isAssignmentLHS, makeChildren, notifyInstanceThisUsed, propagateInstanceThisUsed, scope, usesInstanceThis, withNewDeclarationScope, withNewLabelScope
-
-
-
-
Constructor Detail
-
Parameters
public Parameters(Parameter param, JooSymbol symComma, Parameters tail)
-
Parameters
public Parameters(Parameter param)
-
-
Method Detail
-
getTail
public Parameters getTail()
- Overrides:
getTailin classCommaSeparatedList<Parameter>
-
visit
public void visit(AstVisitor visitor) throws IOException
- Specified by:
visitin interfaceAstNode- Overrides:
visitin classCommaSeparatedList<Parameter>- Throws:
IOException
-
-