|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Element.Impl | |
org.openide.src | The parsing results of Java sources and the result of Java Reflection may be uniformly accessed as source elements. |
Uses of Element.Impl in org.openide.src |
Subinterfaces of Element.Impl in org.openide.src | |
static interface |
ClassElement.Impl
Pluggable behavior for class elements. |
static interface |
ConstructorElement.Impl
Implementation of constructors. |
static interface |
Element.Impl2
Extended version of the implementation interface. |
static interface |
FieldElement.Impl
Implementation of a field element. |
static interface |
InitializerElement.Impl
Pluggable implementation of initializers. |
static interface |
MemberElement.Impl
Pluggable implementation of member elements. |
static interface |
MethodElement.Impl
Pluggable behavior of the method element. |
static interface |
SourceElement.Impl
Pluggable behaviour for source elements. |
Fields in org.openide.src declared as Element.Impl | |
protected Element.Impl |
Element.impl
Implementation |
Constructors in org.openide.src with parameters of type Element.Impl | |
Element(Element.Impl impl)
Create a new element with the provided implementation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |