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 FormalParameterT  view FormalParameterT download FormalParameterT.java

All Superinterfaces:
HasModifiersT, HasNameT, Tree, VariableT

public interface FormalParameterT
extends VariableT

A formal parameter, also known as just "parameter".


Field Summary
static FormalParameterT[] EMPTY_ARRAY
           
 
Methods inherited from interface javax.ide.model.java.source.tree.VariableT
getInitializer, getOwningDeclaration, getType, setInitializer, setType
 
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
 
Methods inherited from interface javax.ide.model.java.source.tree.HasModifiersT
addModifiers, getAnnotations, getModifiers, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, isStrictfp, removeModifiers, setModifiers
 
Methods inherited from interface javax.ide.model.java.source.tree.HasNameT
getName, getNameElement, setName, setNameElement
 

Field Detail

EMPTY_ARRAY

public static final FormalParameterT[] EMPTY_ARRAY