Java org.eclipse.jdt.core ILocalVariable fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core ILocalVariable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core ILocalVariable.

The text is from its open source code.

Implementation

org.eclipse.jdt.core.ILocalVariable has the following implementations.
Click this link to see all its implementation.

Method

IJavaElementgetAncestor(int ancestorType)
Returns this Java element or the first ancestor of this element that has the given type.
IAnnotation[]getAnnotations()
Returns the annotations for this element.
IMembergetDeclaringMember()
Returns the declaring member of this local variable.
StringgetElementName()
Returns the name of this local variable.
intgetFlags()
Returns the modifier flags for this local variable.
StringgetHandleIdentifier()
Returns a string representation of this element handle.
IJavaElementgetParent()
Returns the element directly containing this element, or null if this element has no parent.
StringgetTypeSignature()
Returns the type signature of this local variable.
IResourcegetUnderlyingResource()
Returns the smallest underlying resource that contains this element, or null if this element is not contained in a resource.