Modifier and type | Property and description |
---|---|
org.eclipse.xtext.xbase.lib.Functions.Function0<Result> | nullKeywordLambda Replies the lambda that permits to get the keyword that is equivalent to "null". |
org.eclipse.xtext.xbase.lib.Functions.Function0<Result> | superKeywordLambda Replies the lambda that permits to get the keyword that is equivalent to "super". |
org.eclipse.xtext.xbase.lib.Functions.Function0<Result> | thisKeywordLambda Replies the lambda that permits to get the keyword that is equivalent to "this". |
Modifier and type | Action and description |
---|---|
abstract org.eclipse.xtext.xbase.lib.Functions.Function0<Result> | getNullKeywordLambda Replies the lambda that permits to get the keyword that is equivalent to "null". |
abstract org.eclipse.xtext.xbase.lib.Functions.Function0<Result> | getSuperKeywordLambda Replies the lambda that permits to get the keyword that is equivalent to "super". |
abstract org.eclipse.xtext.xbase.lib.Functions.Function0<Result> | getThisKeywordLambda Replies the lambda that permits to get the keyword that is equivalent to "this". |
val nullKeywordLambda : org.eclipse.xtext.xbase.lib.Functions.Function0<Result>
This property is an alias for the action: getNullKeywordLambda
val superKeywordLambda : org.eclipse.xtext.xbase.lib.Functions.Function0<Result>
This property is an alias for the action: getSuperKeywordLambda
val thisKeywordLambda : org.eclipse.xtext.xbase.lib.Functions.Function0<Result>
This property is an alias for the action: getThisKeywordLambda
def getNullKeywordLambda : org.eclipse.xtext.xbase.lib.Functions.Function0<Result>
def getSuperKeywordLambda : org.eclipse.xtext.xbase.lib.Functions.Function0<Result>
def getThisKeywordLambda : org.eclipse.xtext.xbase.lib.Functions.Function0<Result>