API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.lang.model.element. VariableElement View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.4 06/10/05
Serial
Hierarchy
 Element
      VariableElement
Subinterfaces
Description
public interface VariableElement
  Represents a field, enum constant, method or constructor parameter, local variable, or exception parameter.
See also:   
Methods
Hide/Show inherited methods
public Object getConstantValue ()
  Returns the value of this variable if this is a final field initialized to a compile-time constant.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar