Modifier and type | Property and description |
---|---|
IExtraLanguageGeneratorProvider | generatorProvider Replies the provider of a generator. |
java.util.Collection<E> | identifiers Replies the identifiers that correspond to this contribution. |
IExtraLanguageKeywordProvider | keywordProvider Replies the provider of the extra-language keywords. |
org.eclipse.xtext.generator.IOutputConfigurationProvider | outputConfigurationProvider Replies the provider of an output configuration related to the extra-language generator. |
IExtraLanguageValidatorProvider | validatorProvider Replies the provider of a validator. |
Modifier and type | Action and description |
---|---|
abstract IExtraLanguageGeneratorProvider | getGeneratorProvider Replies the provider of a generator. |
default java.util.Collection<E> | getIdentifiers Replies the identifiers that correspond to this contribution. |
abstract IExtraLanguageKeywordProvider | getKeywordProvider Replies the provider of the extra-language keywords. |
abstract org.eclipse.xtext.generator.IOutputConfigurationProvider | getOutputConfigurationProvider Replies the provider of an output configuration related to the extra-language generator. |
abstract IExtraLanguageValidatorProvider | getValidatorProvider Replies the provider of a validator. |
default boolean | isAcceptedIdentifier(String) Replies if the given identifier corresponds to this contribution. |
val generatorProvider : IExtraLanguageGeneratorProvider
This property is an alias for the action: getGeneratorProvider
val identifiers : java.util.Collection<E>
This property is an alias for the action: getIdentifiers
val keywordProvider : IExtraLanguageKeywordProvider
This property is an alias for the action: getKeywordProvider
val outputConfigurationProvider : org.eclipse.xtext.generator.IOutputConfigurationProvider
This property is an alias for the action: getOutputConfigurationProvider
val validatorProvider : IExtraLanguageValidatorProvider
This property is an alias for the action: getValidatorProvider
def getGeneratorProvider : IExtraLanguageGeneratorProvider
def getIdentifiers : java.util.Collection<E>
def getKeywordProvider : IExtraLanguageKeywordProvider
def getOutputConfigurationProvider : org.eclipse.xtext.generator.IOutputConfigurationProvider
def getValidatorProvider : IExtraLanguageValidatorProvider
def isAcceptedIdentifier(String) : boolean