Uses of Interface
org.eclipse.xtend.backend.common.StaticProperty

Packages that use StaticProperty
org.eclipse.xtend.backend.common   
org.eclipse.xtend.backend.syslib   
org.eclipse.xtend.backend.types   
org.eclipse.xtend.backend.types.builtin   
org.eclipse.xtend.backend.types.java   
org.eclipse.xtend.middleend.xtend.internal.xtendlib   
 

Uses of StaticProperty in org.eclipse.xtend.backend.common
 

Methods in org.eclipse.xtend.backend.common that return types with arguments of type StaticProperty
 java.util.Map<java.lang.String,? extends StaticProperty> BackendType.getStaticProperties()
           
 

Uses of StaticProperty in org.eclipse.xtend.backend.syslib
 

Methods in org.eclipse.xtend.backend.syslib that return StaticProperty
 StaticProperty ReflectionOperations.getStaticProperty(BackendType t, java.lang.String name)
           
 

Methods in org.eclipse.xtend.backend.syslib with parameters of type StaticProperty
 java.lang.Object ReflectionOperations.get(StaticProperty p)
           
 

Uses of StaticProperty in org.eclipse.xtend.backend.types
 

Methods in org.eclipse.xtend.backend.types that return types with arguments of type StaticProperty
 java.util.Map<java.lang.String,? extends StaticProperty> AbstractType.getStaticProperties()
           
 

Methods in org.eclipse.xtend.backend.types with parameters of type StaticProperty
protected  void AbstractType.register(StaticProperty p)
           
 

Uses of StaticProperty in org.eclipse.xtend.backend.types.builtin
 

Methods in org.eclipse.xtend.backend.types.builtin that return types with arguments of type StaticProperty
 java.util.Map<java.lang.String,? extends StaticProperty> ObjectType.getStaticProperties()
           
 

Uses of StaticProperty in org.eclipse.xtend.backend.types.java
 

Classes in org.eclipse.xtend.backend.types.java that implement StaticProperty
 class JavaBeansStaticProperty
           
 

Uses of StaticProperty in org.eclipse.xtend.middleend.xtend.internal.xtendlib
 

Methods in org.eclipse.xtend.middleend.xtend.internal.xtendlib that return types with arguments of type StaticProperty
 java.util.Set<StaticProperty> XtendBuiltinOperations.XtendTypeAllStaticProperties(BackendType target)
           
 

Methods in org.eclipse.xtend.middleend.xtend.internal.xtendlib with parameters of type StaticProperty
 BackendType XtendBuiltinOperations.XtendFeatureOwner(StaticProperty target)
           
 BackendType XtendBuiltinOperations.XtendFeatureReturnType(StaticProperty p)
           
 java.lang.Object XtendBuiltinOperations.XtendName(StaticProperty p)
           
 java.lang.String XtendBuiltinOperations.XtendTypeDocumentation(StaticProperty target)