Modifier and type | Property and description |
---|---|
int | formalParameterCount Replies the number of formal parameters. |
Modifier and type | Action and description |
---|---|
abstract org.eclipse.emf.ecore.EObject | getFormalParameter(int) Replies the formal parameter at the given position. |
abstract int | getFormalParameterCount Replies the number of formal parameters. |
abstract org.eclipse.xtext.xbase.XExpression | getFormalParameterDefaultValue(int) Replies the default value of the formal parameter at the given position. |
abstract java.lang.String | getFormalParameterDefaultValueString(int) Replies the default value of the formal parameter at the given position. |
abstract java.lang.String | getFormalParameterName(int) Replies the name of the formal parameter at the given position. |
abstract java.lang.String | getFormalParameterType(int,boolean) Replies the type of the formal parameter at the given position. |
abstract org.eclipse.xtext.common.types.JvmTypeReference | getFormalParameterTypeReference(int,boolean) Replies the type of the formal parameter at the given position. |
abstract boolean | hasFormalParameterDefaultValue(int) Replies if the formal parameter at the given position has a default value. |
val formalParameterCount : int
This property is an alias for the action: getFormalParameterCount
def getFormalParameter(int) : org.eclipse.emf.ecore.EObject
def getFormalParameterCount : int
def getFormalParameterDefaultValue(int) : org.eclipse.xtext.xbase.XExpression
null
, the string representation of the default value may be still available. See getFormalParameterDefaultValueString(int).
def getFormalParameterDefaultValueString(int) : java.lang.String
null
or an empty string of characters, the Xbase representation of the default value may be still available. See getFormalParameterDefaultValue(int).
def getFormalParameterName(int) : java.lang.String
def getFormalParameterType(int,boolean) : java.lang.String
def getFormalParameterTypeReference(int,boolean) : org.eclipse.xtext.common.types.JvmTypeReference
def hasFormalParameterDefaultValue(int) : boolean