Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.model.java.source.tree
Interface FormalParameterListT  view FormalParameterListT download FormalParameterListT.java

All Superinterfaces:
Tree

public interface FormalParameterListT
extends Tree

A formal parameter list. May be a child of a method/constructor declaration or a catch clause.


Field Summary
 
Fields inherited from interface javax.ide.model.java.source.tree.Tree
EMPTY_ARRAY
 
Method Summary
 java.util.List getParameters()
          Gets the list of source parameters.
 
Methods inherited from interface javax.ide.model.java.source.tree.Tree
accept, accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty
 

Method Detail

getParameters

public java.util.List getParameters()
Gets the list of source parameters.