Uses of Interface
org.eclipse.gmt.modisco.java.UnresolvedItem
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.java | |
| org.eclipse.gmt.modisco.java.neoemf.impl | |
| org.eclipse.gmt.modisco.java.neoemf.meta | |
| org.eclipse.gmt.modisco.java.neoemf.util |
-
Uses of UnresolvedItem in org.eclipse.gmt.modisco.java
Subinterfaces of UnresolvedItem in org.eclipse.gmt.modisco.java Modifier and Type Interface Description interfaceUnresolvedAnnotationDeclarationA representation of the model object 'Unresolved Annotation Declaration'.interfaceUnresolvedAnnotationTypeMemberDeclarationA representation of the model object 'Unresolved Annotation Type Member Declaration'.interfaceUnresolvedClassDeclarationA representation of the model object 'Unresolved Class Declaration'.interfaceUnresolvedEnumDeclarationA representation of the model object 'Unresolved Enum Declaration'.interfaceUnresolvedInterfaceDeclarationA representation of the model object 'Unresolved Interface Declaration'.interfaceUnresolvedLabeledStatementA representation of the model object 'Unresolved Labeled Statement'.interfaceUnresolvedMethodDeclarationA representation of the model object 'Unresolved Method Declaration'.interfaceUnresolvedSingleVariableDeclarationA representation of the model object 'Unresolved Single Variable Declaration'.interfaceUnresolvedTypeA representation of the model object 'Unresolved Type'.interfaceUnresolvedTypeDeclarationA representation of the model object 'Unresolved Type Declaration'.interfaceUnresolvedVariableDeclarationFragmentA representation of the model object 'Unresolved Variable Declaration Fragment'.Methods in org.eclipse.gmt.modisco.java that return UnresolvedItem Modifier and Type Method Description UnresolvedItemUnresolvedItemAccess. getElement()Returns the value of the 'Element' reference.Methods in org.eclipse.gmt.modisco.java that return types with arguments of type UnresolvedItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<UnresolvedItem>Model. getUnresolvedItems()Returns the value of the 'Unresolved Items' containment reference list.Methods in org.eclipse.gmt.modisco.java with parameters of type UnresolvedItem Modifier and Type Method Description voidUnresolvedItemAccess. setElement(UnresolvedItem value)Sets the value of the 'Element' reference. -
Uses of UnresolvedItem in org.eclipse.gmt.modisco.java.neoemf.impl
Classes in org.eclipse.gmt.modisco.java.neoemf.impl that implement UnresolvedItem Modifier and Type Class Description classUnresolvedAnnotationDeclarationImplAn implementation of the model object 'Unresolved Annotation Declaration'.classUnresolvedAnnotationTypeMemberDeclarationImplAn implementation of the model object 'Unresolved Annotation Type Member Declaration'.classUnresolvedClassDeclarationImplAn implementation of the model object 'Unresolved Class Declaration'.classUnresolvedEnumDeclarationImplAn implementation of the model object 'Unresolved Enum Declaration'.classUnresolvedInterfaceDeclarationImplAn implementation of the model object 'Unresolved Interface Declaration'.classUnresolvedItemImplAn implementation of the model object 'Unresolved Item'.classUnresolvedLabeledStatementImplAn implementation of the model object 'Unresolved Labeled Statement'.classUnresolvedMethodDeclarationImplAn implementation of the model object 'Unresolved Method Declaration'.classUnresolvedSingleVariableDeclarationImplAn implementation of the model object 'Unresolved Single Variable Declaration'.classUnresolvedTypeDeclarationImplAn implementation of the model object 'Unresolved Type Declaration'.classUnresolvedTypeImplAn implementation of the model object 'Unresolved Type'.classUnresolvedVariableDeclarationFragmentImplAn implementation of the model object 'Unresolved Variable Declaration Fragment'.Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return UnresolvedItem Modifier and Type Method Description UnresolvedItemJavaFactoryImpl. createUnresolvedItem()UnresolvedItemUnresolvedItemAccessImpl. getElement()Methods in org.eclipse.gmt.modisco.java.neoemf.impl that return types with arguments of type UnresolvedItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<UnresolvedItem>ModelImpl. getUnresolvedItems()Methods in org.eclipse.gmt.modisco.java.neoemf.impl with parameters of type UnresolvedItem Modifier and Type Method Description voidUnresolvedItemAccessImpl. setElement(UnresolvedItem newElement) -
Uses of UnresolvedItem in org.eclipse.gmt.modisco.java.neoemf.meta
Methods in org.eclipse.gmt.modisco.java.neoemf.meta that return UnresolvedItem Modifier and Type Method Description UnresolvedItemJavaFactory. createUnresolvedItem()Returns a new object of class 'Unresolved Item'. -
Uses of UnresolvedItem in org.eclipse.gmt.modisco.java.neoemf.util
Methods in org.eclipse.gmt.modisco.java.neoemf.util with parameters of type UnresolvedItem Modifier and Type Method Description TJavaSwitch. caseUnresolvedItem(UnresolvedItem object)Returns the result of interpreting the object as an instance of 'Unresolved Item'.