|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeMetadata | |
|---|---|
| org.modeshape.sequencer.java | The classes that make up the Java source file sequencer. |
| org.modeshape.sequencer.java.metadata | The classes that make up the metadata definitions for the Java source file sequencer. |
| Uses of TypeMetadata in org.modeshape.sequencer.java |
|---|
| Methods in org.modeshape.sequencer.java that return types with arguments of type TypeMetadata | |
|---|---|
protected List<TypeMetadata> |
AbstractJavaMetadata.createTypeMetadata(org.eclipse.jdt.core.dom.CompilationUnit unit)
Create a list with all top level types of a compilation unit. |
| Uses of TypeMetadata in org.modeshape.sequencer.java.metadata |
|---|
| Subclasses of TypeMetadata in org.modeshape.sequencer.java.metadata | |
|---|---|
class |
ClassMetadata
Class metadata. |
class |
EnumMetadata
Metadata for Java enums. |
class |
InterfaceMetadata
Interface metadata. |
| Methods in org.modeshape.sequencer.java.metadata that return types with arguments of type TypeMetadata | |
|---|---|
List<TypeMetadata> |
JavaMetadata.getTypeMetadata()
Gets the list for type declarations (class/interface/enum/annotation) of this unit. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||