Package | Description |
---|---|
javax.ide.extension |
Classes and interfaces used by extensions to extend
an IDE with new functionality.
|
Modifier and Type | Method and Description |
---|---|
ElementVisitor |
ElementVisitorFactory2.getVisitor(ElementContext context,
ElementName name)
Get a suitable visitor for the specified element name.
|
ElementVisitor |
ElementVisitorFactory.getVisitor(ElementName name)
Get a suitable visitor for the specified element name.
|