|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VariableDeclT
Common supertype for field declarations and local variable declarations.
Field Summary |
---|
Fields inherited from interface javax.ide.model.java.source.tree.Tree |
---|
EMPTY_ARRAY |
Method Summary | |
---|---|
TypeReferenceT |
getType() Gets the type reference for this element. |
java.util.List |
getVariables() Gets the list of declared variables. |
void |
setType(TypeReferenceT type) Unlinks the current source type and links the input element. |
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.Tree |
---|
accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty |
Method Detail |
---|
java.util.List getVariables()
List of VariableTs.
TypeReferenceT getType()
void setType(TypeReferenceT type)
type
- The new type reference.java.lang.IllegalStateException
- if the input type is already linked.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |