JvmType.
| Modifier and type | Action and description |
|---|---|
| java.lang.Object | getDefaultValue(String)
Replies the default value that is associated to the given type. |
| java.lang.Object | getDefaultValue(JvmType)
Replies the default value that is associated to the given type. |
| java.lang.String | getDefaultValueInSarlSyntax(String)
Replies the default value in Sarl syntax and that is associated to the given type. |
| java.lang.String | getDefaultValueInSarlSyntax(JvmType)
Replies the default value in Sarl syntax and that is associated to the given type. |
| org.eclipse.xtext.xbase.XExpression | getDefaultValueXExpression(String,Notifier)
Replies the XExpression for the default value that is associated to the given type. |
| org.eclipse.xtext.xbase.XExpression | getDefaultValueXExpression(JvmType,Notifier)
Replies the XExpression for the default value that is associated to the given type. |
| void | setKeywords(SARLGrammarKeywordAccess) |
| void | setTypeReferences(TypeReferences) |
new
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
def setKeywords(SARLGrammarKeywordAccess)
def setTypeReferences(TypeReferences)