public class Parameters
extends java.lang.Object
| Constructor and Description |
|---|
Parameters(DetailAST node,
int parent,
int childs)
Primary ctor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
count()
Return number of arguments.
|
java.util.List<DetailAST> |
parameters()
Return parameters for this node.
|
public Parameters(DetailAST node, int parent, int childs)
node - Class, interface, constructor or method definition node.parent - Parent TokenType (TYPE_PARAMETERS or PARAMETERS).childs - Childs TokenType (TYPE_PARAMETER or PARAMETER_DEF).public final int count()
public final java.util.List<DetailAST> parameters()
Copyright © 2011–2019 Qulice.com. All rights reserved.