Modifier and type | Property and description |
---|---|
IExpressionBuilder | defaultValue Replies the default value of the parameter. |
SarlFormalParameter | sarlFormalParameter Replies the created parameter. |
org.eclipse.xtext.common.types.access.IJvmTypeProvider | typeResolutionContext |
Modifier and type | Action and description |
---|---|
void | build(ISourceAppender) |
void | dispose Dispose the resource. |
void | eInit(XtendExecutable,String,IJvmTypeProvider) Initialize the formal parameter. |
org.eclipse.emf.ecore.resource.Resource | eResource Replies the resource to which the formal parameter is attached. |
IExpressionBuilder | getDefaultValue Replies the default value of the parameter. |
SarlFormalParameter | getSarlFormalParameter Replies the created parameter. |
org.eclipse.xtext.common.types.access.IJvmTypeProvider | getTypeResolutionContext |
org.eclipse.xtext.common.types.JvmParameterizedTypeReference | newTypeRef(String) Find the reference to the type with the given name. |
org.eclipse.xtext.common.types.JvmParameterizedTypeReference | newTypeRef(Notifier,String) Find the reference to the type with the given name. |
void | setParameterType(String) Change the type. |
void | setReferenceInto(XFeatureCall) Replies the JvmIdentifiable that corresponds to the formal parameter. |
void | setVarArg(boolean) Change the variadic property of the parameter. |
val defaultValue : IExpressionBuilder
This property is an alias for the action: getDefaultValue
val sarlFormalParameter : SarlFormalParameter
This property is an alias for the action: getSarlFormalParameter
val typeResolutionContext : org.eclipse.xtext.common.types.access.IJvmTypeProvider
This property is an alias for the action: getTypeResolutionContext
new(IFormalParameterBuilder)
def build(ISourceAppender)throws java.io.IOException
def dispose
def eInit(XtendExecutable,String,IJvmTypeProvider)
def eResource : org.eclipse.emf.ecore.resource.Resource
def getDefaultValue : IExpressionBuilder
def getSarlFormalParameter : SarlFormalParameter
def getTypeResolutionContext : org.eclipse.xtext.common.types.access.IJvmTypeProvider
def newTypeRef(String) : org.eclipse.xtext.common.types.JvmParameterizedTypeReference
def newTypeRef(Notifier,String) : org.eclipse.xtext.common.types.JvmParameterizedTypeReference
def setParameterType(String)
def setReferenceInto(XFeatureCall)
def setVarArg(boolean)