org.eclipse.xtend.typesystem
Interface StaticProperty

All Superinterfaces:
Callable, Feature
All Known Implementing Classes:
JavaStaticPropertyImpl, JdtStaticPropertyImpl, StaticPropertyImpl

public interface StaticProperty
extends Callable, Feature

Author:
Sven Efftinge (http://www.efftinge.de), Arno Haase

Method Summary
 java.lang.Object get()
           
 
Methods inherited from interface org.eclipse.xtend.typesystem.Feature
getDocumentation, getOwner
 
Methods inherited from interface org.eclipse.xtend.typesystem.Callable
getName, getReturnType
 

Method Detail

get

java.lang.Object get()