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
Replies the context for type resolution. |
Modifier and type | Action and description |
---|---|
void | build(ISourceAppender)
Fill the given receiver with the serialization of the element that is associated to this appender. |
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
Replies the context for type resolution. |
org.eclipse.xtext.common.types.JvmTypeReference | newTypeRef(String)
Find the reference to the type with the given name. |
org.eclipse.xtext.common.types.JvmTypeReference | newTypeRef(Class<T>,JvmTypeReference*)
Find the reference to the type with the given type parameters. |
org.eclipse.xtext.common.types.JvmTypeReference | newTypeRef(Notifier,String)
Find the reference to the type with the given name. |
org.eclipse.xtext.common.types.JvmTypeReference | newTypeRef(JvmType,JvmTypeReference*)
Find the reference to the type with the given type parameters. |
org.eclipse.xtext.common.types.JvmTypeReference | newTypeRef(Notifier,Class<T>,JvmTypeReference*)
Find the reference to the type with the given type parameters. |
IFormalParameterBuilder | setExtension(boolean)
Change the extension flag of the parameter. |
IFormalParameterBuilder | setParameterType(String)
Change the type. |
IFormalParameterBuilder | setParameterType(JvmTypeReference)
Change the type. |
IFormalParameterBuilder | setReferenceInto(XFeatureCall)
Add a reference to this formal parameter in the given container. |
IFormalParameterBuilder | 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.JvmTypeReference
def newTypeRef(Class<T>,JvmTypeReference*) : org.eclipse.xtext.common.types.JvmTypeReference
def newTypeRef(Notifier,String) : org.eclipse.xtext.common.types.JvmTypeReference
def newTypeRef(JvmType,JvmTypeReference*) : org.eclipse.xtext.common.types.JvmTypeReference
def newTypeRef(Notifier,Class<T>,JvmTypeReference*) : org.eclipse.xtext.common.types.JvmTypeReference
def setExtension(boolean) : IFormalParameterBuilder
def setParameterType(String) : IFormalParameterBuilder
def setParameterType(JvmTypeReference) : IFormalParameterBuilder
def setReferenceInto(XFeatureCall) : IFormalParameterBuilder
def setVarArg(boolean) : IFormalParameterBuilder