org.eclipse.xtext.xtend2.jvmmodel
Interface IXtend2JvmAssociations
- All Superinterfaces:
- IJvmModelAssociations
- All Known Implementing Classes:
- IXtend2JvmAssociations.Impl
public interface IXtend2JvmAssociations
- extends IJvmModelAssociations
- Author:
- Jan Koehnlein - Initial contribution and API
getInferredType
JvmGenericType getInferredType(XtendClass xtendClass)
getInferredConstructor
JvmConstructor getInferredConstructor(XtendClass xtendClass)
getInferredConstructor
JvmConstructor getInferredConstructor(XtendConstructor xtendConstructor)
getDirectlyInferredOperation
JvmOperation getDirectlyInferredOperation(XtendFunction xtendFunction)
getDispatchOperation
JvmOperation getDispatchOperation(XtendFunction dispatchFunction)
getJvmField
JvmField getJvmField(XtendField field)
getXtendClass
XtendClass getXtendClass(JvmGenericType jvmType)
getXtendFunction
XtendFunction getXtendFunction(JvmOperation jvmOperation)
getXtendConstructor
XtendConstructor getXtendConstructor(JvmConstructor jvmConstructor)