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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parameters
public Parameters(Parameter param,
JooSymbol symComma,
Parameters tail)
Parameters
public Parameters(Parameter param)
getTail
public Parameters getTail()
- Overrides:
getTail in class CommaSeparatedList<Parameter>
visit
public void visit(AstVisitor visitor)
throws IOException
- Specified by:
visit in interface AstNode- Overrides:
visit in class CommaSeparatedList<Parameter>
- Throws:
IOException
Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.