Modifier and type | Property and description |
---|---|
java.lang.String | defaultValueAnnotationValue Replies the value of the annotation that is marked this parameter with a default value. |
java.lang.String | defaultValueAnnotationValueBasename Replies the basename of the value of the annotation that is marked this parameter with a default value. |
DynamicArgumentName | dynamicCallingArgument Replies the value of the calling argument. |
java.lang.String | name Replies the name. |
org.eclipse.emf.ecore.EObject | parameter Replies the source parameter. |
org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference | type Replies the type of the parameter. |
Modifier and type | Field and description |
---|---|
protected var java.lang.String | defaultValueAnnotationValue Default value annotation value. |
protected var java.lang.String | defaultValueAnnotationValueBasename Basename of default value annotation value. |
protected var DynamicArgumentName | dynamicArgument The value of the calling argument. |
protected val java.lang.String | name Name. |
protected val java.lang.ref.WeakReference<T> | source Original parameter. |
protected val org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference | type Name. |
Constructor and description |
---|
new(EObject,String,LightweightTypeReference,DynamicArgumentName) Constructor. |
Modifier and type | Action and description |
---|---|
java.lang.String | getDefaultValueAnnotationValue Replies the value of the annotation that is marked this parameter with a default value. |
java.lang.String | getDefaultValueAnnotationValueBasename Replies the basename of the value of the annotation that is marked this parameter with a default value. |
DynamicArgumentName | getDynamicCallingArgument Replies the value of the calling argument. |
java.lang.String | getName Replies the name. |
org.eclipse.emf.ecore.EObject | getParameter Replies the source parameter. |
org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference | getType Replies the type of the parameter. |
java.lang.String | toString |
val defaultValueAnnotationValue : java.lang.String
This property is an alias for the action: getDefaultValueAnnotationValue
val defaultValueAnnotationValueBasename : java.lang.String
This property is an alias for the action: getDefaultValueAnnotationValueBasename
val dynamicCallingArgument : DynamicArgumentName
This property is an alias for the action: getDynamicCallingArgument
val name : java.lang.String
This property is an alias for the action: getName
val parameter : org.eclipse.emf.ecore.EObject
This property is an alias for the action: getParameter
val type : org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
This property is an alias for the action: getType
protected var defaultValueAnnotationValue : java.lang.String
protected var defaultValueAnnotationValueBasename : java.lang.String
protected var dynamicArgument : DynamicArgumentName
protected val name : java.lang.String
protected val source : java.lang.ref.WeakReference<T>
protected val type : org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
new(EObject,String,LightweightTypeReference,DynamicArgumentName)
def getDefaultValueAnnotationValue : java.lang.String
def getDefaultValueAnnotationValueBasename : java.lang.String
def getDynamicCallingArgument : DynamicArgumentName
def getName : java.lang.String
def getParameter : org.eclipse.emf.ecore.EObject
def getType : org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference
def toString : java.lang.String