Uses of Interface
org.eclipse.xtend.typesystem.StaticProperty

Packages that use StaticProperty
org.eclipse.internal.xtend.expression.ast AST of the expression framework 
org.eclipse.internal.xtend.expression.codeassist Parser for the expression framework 
org.eclipse.internal.xtend.type.baseimpl Basic abstractions of the type system 
org.eclipse.xtend.shared.ui.core.metamodel.jdt   
org.eclipse.xtend.shared.ui.expression.editor.codeassist   
org.eclipse.xtend.type.impl.java Typesystem implementation for Java types 
org.eclipse.xtend.typesystem Implementation of oAW typas and the oAW typesystem 
 

Uses of StaticProperty in org.eclipse.internal.xtend.expression.ast
 

Methods in org.eclipse.internal.xtend.expression.ast that return StaticProperty
 StaticProperty FeatureCall.getEnumLiteral(ExecutionContext ctx)
           
 

Uses of StaticProperty in org.eclipse.internal.xtend.expression.codeassist
 

Methods in org.eclipse.internal.xtend.expression.codeassist with parameters of type StaticProperty
 java.lang.Object ProposalFactory.createStaticPropertyProposal(StaticProperty p, java.lang.String prefix, boolean onCollection)
          Creates an proposal for a static property
 java.lang.Object ProposalFactoryDefaultImpl.createStaticPropertyProposal(StaticProperty p, java.lang.String prefix, boolean onCollection)
           
 

Uses of StaticProperty in org.eclipse.internal.xtend.type.baseimpl
 

Classes in org.eclipse.internal.xtend.type.baseimpl that implement StaticProperty
 class StaticPropertyImpl
           
 

Methods in org.eclipse.internal.xtend.type.baseimpl that return StaticProperty
static StaticProperty PolymorphicResolver.getStaticProperty(java.util.Set<? extends Callable> features, java.lang.String name, Type targetType)
           
 

Uses of StaticProperty in org.eclipse.xtend.shared.ui.core.metamodel.jdt
 

Classes in org.eclipse.xtend.shared.ui.core.metamodel.jdt that implement StaticProperty
 class JdtStaticPropertyImpl
           
 

Uses of StaticProperty in org.eclipse.xtend.shared.ui.expression.editor.codeassist
 

Methods in org.eclipse.xtend.shared.ui.expression.editor.codeassist with parameters of type StaticProperty
 org.eclipse.jface.text.contentassist.ICompletionProposal ProposalFactoryEclipseImpl.createStaticPropertyProposal(StaticProperty p, java.lang.String prefix, boolean onOperation)
           
 

Uses of StaticProperty in org.eclipse.xtend.type.impl.java
 

Classes in org.eclipse.xtend.type.impl.java that implement StaticProperty
 class JavaStaticPropertyImpl
           
 

Uses of StaticProperty in org.eclipse.xtend.typesystem
 

Methods in org.eclipse.xtend.typesystem that return StaticProperty
 StaticProperty AbstractTypeImpl.getStaticProperty(java.lang.String name)
           
 StaticProperty Type.getStaticProperty(java.lang.String name)
          finds a static property with the given name
 

Methods in org.eclipse.xtend.typesystem that return types with arguments of type StaticProperty
 java.util.Set<? extends StaticProperty> AbstractTypeImpl.getAllStaticProperties()
           
 java.util.Set<? extends StaticProperty> Type.getAllStaticProperties()