|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IModelItem | |
---|---|
net.sf.jmd.checks.impl | |
net.sf.jmd.metarepresentation | |
net.sf.jmd.metarepresentation.impl | |
net.sf.jmd.transformation | |
net.sf.jmd.transformation.impl.java |
Uses of IModelItem in net.sf.jmd.checks.impl |
---|
Methods in net.sf.jmd.checks.impl that return types with arguments of type IModelItem | |
---|---|
protected java.util.List<IModelItem> |
Check.getClasses(Model.Type type)
|
protected java.util.List<IModelItem> |
Check.getInterfaces(Model.Type type)
|
Methods in net.sf.jmd.checks.impl with parameters of type IModelItem | |
---|---|
protected java.util.List<IMember> |
Check.getPrivateOperations(IModelItem modelItem)
|
protected java.util.List<IMember> |
Check.getPublicMethods(IModelItem modelItem)
|
Uses of IModelItem in net.sf.jmd.metarepresentation |
---|
Methods in net.sf.jmd.metarepresentation that return IModelItem | |
---|---|
IModelItem |
IMember.getType()
|
IModelItem |
IParameter.getType()
|
Methods in net.sf.jmd.metarepresentation that return types with arguments of type IModelItem | |
---|---|
java.util.List<IModelItem> |
IModelItem.getExtendees()
|
java.util.List<IModelItem> |
IModel.getItems()
|
java.util.List<IModelItem> |
IMetaRepresentation.getModelItems(Model.Type type)
|
Methods in net.sf.jmd.metarepresentation with parameters of type IModelItem | |
---|---|
void |
IModelItem.addExtendee(IModelItem extendee)
|
void |
IModel.addModelItem(IModelItem newItem)
|
java.util.List<IMember> |
IMetaRepresentation.getMembers(IModelItem modelItem)
|
void |
IMember.setType(IModelItem newReturnType)
|
void |
IParameter.setType(IModelItem newType)
|
Method parameters in net.sf.jmd.metarepresentation with type arguments of type IModelItem | |
---|---|
void |
IModelItem.setExtendees(java.util.List<IModelItem> extendees)
|
void |
IModel.setItems(java.util.List<IModelItem> newItems)
|
Uses of IModelItem in net.sf.jmd.metarepresentation.impl |
---|
Classes in net.sf.jmd.metarepresentation.impl that implement IModelItem | |
---|---|
class |
ModelItem
|
Fields in net.sf.jmd.metarepresentation.impl declared as IModelItem | |
---|---|
protected IModelItem |
Member.type
|
Methods in net.sf.jmd.metarepresentation.impl that return IModelItem | |
---|---|
IModelItem |
Parameter.getType()
|
IModelItem |
Member.getType()
|
Methods in net.sf.jmd.metarepresentation.impl that return types with arguments of type IModelItem | |
---|---|
java.util.List<IModelItem> |
ModelItem.getExtendees()
|
java.util.List<IModelItem> |
Model.getItems()
|
java.util.List<IModelItem> |
MetaRepresentation.getModelItems(Model.Type type)
|
Methods in net.sf.jmd.metarepresentation.impl with parameters of type IModelItem | |
---|---|
void |
ModelItem.addExtendee(IModelItem extendee)
|
void |
Model.addModelItem(IModelItem newItem)
|
java.util.List<IMember> |
MetaRepresentation.getMembers(IModelItem modelItem)
|
void |
Parameter.setType(IModelItem newType)
|
void |
Member.setType(IModelItem newReturnType)
|
Method parameters in net.sf.jmd.metarepresentation.impl with type arguments of type IModelItem | |
---|---|
void |
ModelItem.setExtendees(java.util.List<IModelItem> newExtendees)
|
void |
Model.setItems(java.util.List<IModelItem> newItems)
|
Uses of IModelItem in net.sf.jmd.transformation |
---|
Methods in net.sf.jmd.transformation that return IModelItem | |
---|---|
IModelItem |
ITreeWalker.walk(antlr.collections.AST ast)
|
Uses of IModelItem in net.sf.jmd.transformation.impl.java |
---|
Methods in net.sf.jmd.transformation.impl.java that return IModelItem | |
---|---|
IModelItem |
ASTtoMetaRepresentationTransformer.walk(antlr.collections.AST ast)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |