|
org.openide.src 1.8.31 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstructorElement | |
---|---|
org.openide.src | The parsing results of Java sources and the result of Java Reflection may be uniformly accessed as source elements. |
org.openide.src.nodes | Source elements can be represented by default element nodes. |
Uses of ConstructorElement in org.openide.src |
---|
Subclasses of ConstructorElement in org.openide.src | |
---|---|
class |
MethodElement
Representation of a method. |
Methods in org.openide.src that return ConstructorElement | |
---|---|
ConstructorElement |
ClassElement.getConstructor(Type[] arguments)
Find a constructor by signature. |
ConstructorElement |
ClassElement.Impl.getConstructor(Type[] arguments)
Find a constructor by signature. |
ConstructorElement[] |
ClassElement.getConstructors()
Get all constructors in this class. |
ConstructorElement[] |
ClassElement.Impl.getConstructors()
Get all constructors. |
Methods in org.openide.src with parameters of type ConstructorElement | |
---|---|
void |
ClassElement.addConstructor(ConstructorElement el)
Add a constructor to this class. |
void |
ClassElement.addConstructors(ConstructorElement[] els)
Add some constructors to this class. |
void |
ClassElement.Impl.changeConstructors(ConstructorElement[] elems,
int action)
Change the set of constructors. |
void |
ElementPrinter.markConstructor(ConstructorElement element,
int what)
Mark a notable point in a constructor element. |
void |
DefaultElementPrinter.markConstructor(ConstructorElement element,
int what)
|
void |
ClassElement.removeConstructor(ConstructorElement el)
Remove a constructor from this class. |
void |
ClassElement.removeConstructors(ConstructorElement[] els)
Remove some constructors from this class. |
void |
ClassElement.setConstructors(ConstructorElement[] els)
Set the constructors for this class. |
Constructors in org.openide.src with parameters of type ConstructorElement | |
---|---|
ConstructorElement.Key(ConstructorElement ce)
Construct a key for a constructor. |
Uses of ConstructorElement in org.openide.src.nodes |
---|
Methods in org.openide.src.nodes with parameters of type ConstructorElement | |
---|---|
Node |
FilterFactory.createConstructorNode(ConstructorElement element)
Make a node representing a constructor. |
Node |
ElementNodeFactory.createConstructorNode(ConstructorElement element)
Make a node representing a constructor. |
Node |
DefaultFactory.createConstructorNode(ConstructorElement element)
|
Constructors in org.openide.src.nodes with parameters of type ConstructorElement | |
---|---|
ConstructorElementNode(ConstructorElement element,
boolean writeable)
Create a new constructor node. |
|
MethodCustomizer(ConstructorElement element)
Create new MethodCustomizer component |
|
org.openide.src 1.8.31 | |||||||||
PREV NEXT | FRAMES NO FRAMES |