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

All Superinterfaces:
HasModifiersT, HasNameT, Tree, VariableT

public interface LocalVariableT
extends VariableT

A local variable, not a parameter.


Field Summary
static LocalVariableT[] EMPTY_ARRAY
           
 
Method Summary
 BlockT getOwningBlock()
          Gets the owning block.
 
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 LocalVariableT[] EMPTY_ARRAY
Method Detail

getOwningBlock

public BlockT getOwningBlock()
Gets the owning block.