Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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

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, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty

 

Method Detail

getParameters

java.util.List getParameters()
Gets the list of source parameters.
Returns:
The array of VariableTs for all the parameters in its formal parameter list. May be zero-length. Includes the synthetic "this$0" parameter where applicable. Returns a collection of VariableT's.

List of FormalParameterTs.


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.