org.eclipse.xtend.typesystem
Interface Callable

All Known Subinterfaces:
Extension, Feature, Operation, ParameterizedCallable, Property, StaticProperty
All Known Implementing Classes:
AbstractExtension, AbstractExtensionDefinition, CreateExtensionStatement, ExpressionExtensionStatement, FeatureImpl, JavaExtensionStatement, JavaOperationImpl, JavaPropertyImpl, JavaStaticPropertyImpl, JdtOperationImpl, JdtPropertyImpl, JdtStaticPropertyImpl, OperationImpl, PluginJavaExtensionStatement, PropertyImpl, StaticPropertyImpl, XpandExecutionContextImpl.DefinitionOperationAdapter

public interface Callable

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

Method Summary
 java.lang.String getName()
           
 Type getReturnType()
           
 

Method Detail

getName

java.lang.String getName()

getReturnType

Type getReturnType()