JvmType
.
Modifier and type | Action and description |
---|---|
abstract java.lang.Object | getDefaultValue(String)
Replies the default value that is associated to the given type. |
abstract java.lang.Object | getDefaultValue(JvmType)
Replies the default value that is associated to the given type. |
abstract java.lang.String | getDefaultValueInSarlSyntax(String)
Replies the default value in Sarl syntax and that is associated to the given type. |
abstract java.lang.String | getDefaultValueInSarlSyntax(JvmType)
Replies the default value in Sarl syntax and that is associated to the given type. |
abstract org.eclipse.xtext.xbase.XExpression | getDefaultValueXExpression(String,Notifier)
Replies the XExpression for the default value that is associated to the given type. |
abstract org.eclipse.xtext.xbase.XExpression | getDefaultValueXExpression(JvmType,Notifier)
Replies the XExpression for the default value that is associated to the given type. |
def getDefaultValue(String) : java.lang.Object
def getDefaultValue(JvmType) : java.lang.Object
def getDefaultValueInSarlSyntax(String) : java.lang.String
def getDefaultValueInSarlSyntax(JvmType) : java.lang.String
def getDefaultValueXExpression(String,Notifier) : org.eclipse.xtext.xbase.XExpression
def getDefaultValueXExpression(JvmType,Notifier) : org.eclipse.xtext.xbase.XExpression