io.sarl.lang.pythongenerator.generator
Class PyKeywordProvider
All Superinterfaces:
IExtraLanguageKeywordProvider
@javax.inject.Singleton
class PyKeywordProvider
extends java.lang.Object
implements IExtraLanguageKeywordProvider
Provider of the Python keywords.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
pythongenerator
Since:
0.8
Property Summary
Modifier and type Property and description
org.eclipse.xtext.xbase.lib.Functions.Function0<Result> nullKeywordLambda
org.eclipse.xtext.xbase.lib.Functions.Function0<Result> superKeywordLambda
org.eclipse.xtext.xbase.lib.Functions.Function0<Result> thisKeywordLambda
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
org.eclipse.xtext.xbase.lib.Functions.Function0<Result> getNullKeywordLambda
org.eclipse.xtext.xbase.lib.Functions.Function0<Result> getSuperKeywordLambda
org.eclipse.xtext.xbase.lib.Functions.Function0<Result> getThisKeywordLambda
Property Details
nullKeywordLambda
val nullKeywordLambda : org.eclipse.xtext.xbase.lib.Functions.Function0<Result>

This property is an alias for the action: getNullKeywordLambda

superKeywordLambda
val superKeywordLambda : org.eclipse.xtext.xbase.lib.Functions.Function0<Result>

This property is an alias for the action: getSuperKeywordLambda

thisKeywordLambda
val thisKeywordLambda : org.eclipse.xtext.xbase.lib.Functions.Function0<Result>

This property is an alias for the action: getThisKeywordLambda

Constructor Details
new
new
Action Details
getNullKeywordLambda
def getNullKeywordLambda : org.eclipse.xtext.xbase.lib.Functions.Function0<Result>
getSuperKeywordLambda
def getSuperKeywordLambda : org.eclipse.xtext.xbase.lib.Functions.Function0<Result>
getThisKeywordLambda
def getThisKeywordLambda : org.eclipse.xtext.xbase.lib.Functions.Function0<Result>