| Modifier and Type | Method and Description |
|---|---|
Keyword |
XtextFactory.createKeyword()
Returns a new object of class 'Keyword'
|
Keyword |
CharacterRange.getLeft()
Returns the value of the 'Left' containment reference
|
Keyword |
EnumLiteralDeclaration.getLiteral()
Returns the value of the 'Literal' containment reference
|
Keyword |
CharacterRange.getRight()
Returns the value of the 'Right' containment reference
|
| Modifier and Type | Method and Description |
|---|---|
static List<Keyword> |
GrammarUtil.containedKeywords(org.eclipse.emf.ecore.EObject e) |
List<Pair<Keyword,Keyword>> |
IGrammarAccess.findKeywordPairs(String leftKw,
String rightKw) |
List<Pair<Keyword,Keyword>> |
IGrammarAccess.findKeywordPairs(String leftKw,
String rightKw) |
List<Keyword> |
IGrammarAccess.findKeywords(String... keywords) |
| Modifier and Type | Method and Description |
|---|---|
void |
CharacterRange.setLeft(Keyword value)
Sets the value of the '
Left' containment reference |
void |
EnumLiteralDeclaration.setLiteral(Keyword value)
Sets the value of the '
Literal' containment reference |
void |
CharacterRange.setRight(Keyword value)
Sets the value of the '
Right' containment reference |
| Modifier and Type | Method and Description |
|---|---|
protected String |
KeywordBasedValueConverter.keywordToString(Keyword keyword) |
protected String |
KeywordAlternativeConverter.keywordToString(Keyword keyword) |
| Modifier and Type | Method and Description |
|---|---|
ISemanticRegion |
ISemanticRegionFinder.keyword(Keyword keyword) |
List<Pair<ISemanticRegion,ISemanticRegion>> |
ISemanticRegionsFinder.keywordPairs(Keyword kw1,
Keyword kw2) |
List<ISemanticRegion> |
ISemanticRegionsFinder.keywords(Keyword... keywords) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextRegionAccessBuildingSequencer.acceptAssignedCrossRefKeyword(Keyword kw,
String token,
org.eclipse.emf.ecore.EObject value,
int index,
ILeafNode node) |
void |
TextRegionAccessBuildingSequencer.acceptAssignedKeyword(Keyword keyword,
String token,
Object value,
int index,
ILeafNode node) |
void |
TextRegionAccessBuildingSequencer.acceptUnassignedKeyword(Keyword keyword,
String token,
ILeafNode node) |
ISemanticRegion |
SemanticRegionNullFinder.keyword(Keyword keyword) |
ISemanticRegion |
AbstractSemanticRegionsFinder.keyword(Keyword keyword) |
List<Pair<ISemanticRegion,ISemanticRegion>> |
SemanticRegionNullFinder.keywordPairs(Keyword kw1,
Keyword kw2) |
List<Pair<ISemanticRegion,ISemanticRegion>> |
AbstractSemanticRegionsFinder.keywordPairs(Keyword kw1,
Keyword kw2) |
List<ISemanticRegion> |
SemanticRegionNullFinder.keywords(Keyword... keywords) |
List<ISemanticRegion> |
AbstractSemanticRegionsFinder.keywords(Keyword... keywords) |
| Modifier and Type | Method and Description |
|---|---|
String |
GrammarElementTitleSwitch.caseKeyword(Keyword object) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeywordImpl
An implementation of the model object 'Keyword'
|
| Modifier and Type | Field and Description |
|---|---|
protected Keyword |
CharacterRangeImpl.left
The cached value of the '
Left' containment reference |
protected Keyword |
EnumLiteralDeclarationImpl.literal
The cached value of the '
Literal' containment reference |
protected Keyword |
CharacterRangeImpl.right
The cached value of the '
Right' containment reference |
| Modifier and Type | Method and Description |
|---|---|
Keyword |
XtextFactoryImpl.createKeyword() |
Keyword |
CharacterRangeImpl.getLeft() |
Keyword |
EnumLiteralDeclarationImpl.getLiteral() |
Keyword |
CharacterRangeImpl.getRight() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
CharacterRangeImpl.basicSetLeft(Keyword newLeft,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
EnumLiteralDeclarationImpl.basicSetLiteral(Keyword newLiteral,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
CharacterRangeImpl.basicSetRight(Keyword newRight,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
CharacterRangeImpl.setLeft(Keyword newLeft) |
void |
EnumLiteralDeclarationImpl.setLiteral(Keyword newLiteral) |
void |
CharacterRangeImpl.setRight(Keyword newRight) |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractPackratParser.consumeKeyword(Keyword keyword,
String feature,
boolean isMany,
boolean isBoolean,
ICharacterClass notFollowedBy,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeywordConsumer.configure(Keyword keyword,
ICharacterClass notFollowedBy) |
protected int |
NonTerminalConsumer.consumeKeyword(Keyword keyword,
String feature,
boolean isMany,
boolean isBoolean,
ICharacterClass notFollowedBy,
boolean optional) |
int |
IConsumerUtility.consumeKeyword(Keyword keyword,
String feature,
boolean isMany,
boolean isBoolean,
ICharacterClass notFolledBy,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
int |
DebugConsumerUtility.consumeKeyword(Keyword keyword,
String feature,
boolean isMany,
boolean isBoolean,
ICharacterClass notFollowedBy,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ITokenSerializer.IKeywordSerializer.equalsOrReplacesNode(org.eclipse.emf.ecore.EObject context,
Keyword keyword,
INode node) |
boolean |
ITokenSerializer.IKeywordSerializer.equalsOrReplacesNode(org.eclipse.emf.ecore.EObject context,
Keyword keyword,
Object value,
INode node) |
boolean |
ITokenSerializer.IKeywordSerializer.isValid(org.eclipse.emf.ecore.EObject context,
Keyword keyword,
Object value,
ITokenSerializer.IErrorAcceptor errorAcceptor) |
String |
ITokenSerializer.IKeywordSerializer.serializeAssignedKeyword(org.eclipse.emf.ecore.EObject context,
Keyword keyword,
Object value,
INode node) |
String |
ITokenSerializer.IKeywordSerializer.serializeUnassignedKeyword(org.eclipse.emf.ecore.EObject context,
Keyword keyword,
INode node) |
| Modifier and Type | Method and Description |
|---|---|
protected Keyword |
EnumLiteralSerializer.getLiteral(org.eclipse.emf.ecore.EObject context,
RuleCall ruleCall,
Object value) |
protected Keyword |
EnumLiteralSerializer.getLiteral(INode node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractKeywordSerializer.equalsOrReplacesNode(org.eclipse.emf.ecore.EObject context,
Keyword keyword,
INode node) |
boolean |
AbstractKeywordSerializer.equalsOrReplacesNode(org.eclipse.emf.ecore.EObject context,
Keyword keyword,
Object value,
INode node) |
boolean |
KeywordSerializer.isValid(org.eclipse.emf.ecore.EObject context,
Keyword keyword,
Object value,
ITokenSerializer.IErrorAcceptor errorAcceptor) |
boolean |
IgnoreCaseKeywordSerializer.isValid(org.eclipse.emf.ecore.EObject context,
Keyword keyword,
Object value,
ITokenSerializer.IErrorAcceptor errorAcceptor) |
String |
AbstractKeywordSerializer.serializeAssignedKeyword(org.eclipse.emf.ecore.EObject context,
Keyword keyword,
Object value,
INode node) |
String |
AbstractKeywordSerializer.serializeUnassignedKeyword(org.eclipse.emf.ecore.EObject context,
Keyword keyword,
INode node) |
| Modifier and Type | Method and Description |
|---|---|
Keyword |
XtextParsetreeConstructor.Grammar_GrammarKeyword_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.Grammar_WithKeyword_2_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.Grammar_CommaKeyword_2_2_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.Grammar_LeftParenthesisKeyword_3_1.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.Grammar_CommaKeyword_3_2_1_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.Grammar_RightParenthesisKeyword_3_3.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.GeneratedMetamodel_GenerateKeyword_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.GeneratedMetamodel_AsKeyword_3_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.ReferencedMetamodel_ImportKeyword_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.ReferencedMetamodel_AsKeyword_2_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.ParserRule_ReturnsKeyword_1_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.ParserRule_LeftParenthesisKeyword_2_1.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.ParserRule_CommaKeyword_2_2_1_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.ParserRule_RightParenthesisKeyword_2_3.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.ParserRule_ColonKeyword_3.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.ParserRule_SemicolonKeyword_5.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.TypeRef_ColonColonKeyword_0_1.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.Alternatives_VerticalLineKeyword_1_1_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.UnorderedGroup_AmpersandKeyword_1_1_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.Action_LeftCurlyBracketKeyword_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.Action_FullStopKeyword_2_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.Action_CurrentKeyword_2_3.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.Action_RightCurlyBracketKeyword_3.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.ParenthesizedAssignableElement_LeftParenthesisKeyword_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.ParenthesizedAssignableElement_RightParenthesisKeyword_2.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.AssignableAlternatives_VerticalLineKeyword_1_1_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.CrossReference_LeftSquareBracketKeyword_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.CrossReference_VerticalLineKeyword_2_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.CrossReference_RightSquareBracketKeyword_3.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.ParenthesizedElement_LeftParenthesisKeyword_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.ParenthesizedElement_RightParenthesisKeyword_2.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.PredicatedGroup_LeftParenthesisKeyword_1.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.PredicatedGroup_RightParenthesisKeyword_3.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.TerminalRule_TerminalKeyword_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.TerminalRule_ReturnsKeyword_1_1_1_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.TerminalRule_ColonKeyword_2.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.TerminalRule_SemicolonKeyword_4.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.TerminalAlternatives_VerticalLineKeyword_1_1_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.ParenthesizedTerminalElement_LeftParenthesisKeyword_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.ParenthesizedTerminalElement_RightParenthesisKeyword_2.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.NegatedToken_ExclamationMarkKeyword_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.UntilToken_HyphenMinusGreaterThanSignKeyword_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.Wildcard_FullStopKeyword_1.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.EOF_EOFKeyword_1.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.CharacterRange_FullStopFullStopKeyword_1_1.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.EnumRule_EnumKeyword_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.EnumRule_ReturnsKeyword_2_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.EnumRule_ColonKeyword_3.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.EnumRule_SemicolonKeyword_5.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.EnumLiterals_VerticalLineKeyword_1_1_0.getGrammarElement() |
Keyword |
XtextParsetreeConstructor.EnumLiteralDeclaration_EqualsSignKeyword_1_0.getGrammarElement() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultLocationInFileProvider.useKeyword(Keyword keyword,
org.eclipse.emf.ecore.EObject context) |
| Modifier and Type | Method and Description |
|---|---|
void |
SequenceFeeder.accept(Keyword keyword) |
void |
SequenceFeeder.accept(Keyword keyword,
Object value) |
void |
SequenceFeeder.accept(Keyword keyword,
Object value,
ILeafNode node) |
void |
SequenceFeeder.accept(Keyword keyword,
Object value,
int index) |
void |
SequenceFeeder.accept(Keyword keyword,
Object value,
int index,
ILeafNode node) |
void |
SequenceFeeder.accept(Keyword keyword,
Object value,
int indexInFeature,
int indexInNonTransient) |
void |
SequenceFeeder.accept(Keyword keyword,
Object value,
String token) |
void |
SequenceFeeder.accept(Keyword keyword,
Object value,
String token,
ILeafNode node) |
void |
SequenceFeeder.accept(Keyword keyword,
Object value,
String token,
int index) |
void |
SequenceFeeder.accept(Keyword keyword,
Object value,
String token,
int index,
ILeafNode node) |
void |
SequenceFeeder.accept(Keyword keyword,
Object value,
String token,
int indexInFeature,
int indexInNonTransient) |
void |
WhitespaceAddingSequenceAcceptor.acceptAssignedCrossRefKeyword(Keyword kw,
String token,
org.eclipse.emf.ecore.EObject value,
int index,
ILeafNode node) |
void |
TokenStreamSequenceAdapter.acceptAssignedCrossRefKeyword(Keyword kw,
String token,
org.eclipse.emf.ecore.EObject value,
int index,
ILeafNode node) |
void |
StringBufferSequenceAcceptor.acceptAssignedCrossRefKeyword(Keyword kw,
String token,
org.eclipse.emf.ecore.EObject value,
int index,
ILeafNode node) |
void |
ISemanticSequenceAcceptor.acceptAssignedCrossRefKeyword(Keyword kw,
String token,
org.eclipse.emf.ecore.EObject value,
int index,
ILeafNode node) |
void |
DelegatingSequenceAcceptor.acceptAssignedCrossRefKeyword(Keyword kw,
String token,
org.eclipse.emf.ecore.EObject value,
int index,
ILeafNode node) |
void |
WhitespaceAddingSequenceAcceptor.acceptAssignedKeyword(Keyword keyword,
String token,
Object value,
int index,
ILeafNode node) |
void |
TokenStreamSequenceAdapter.acceptAssignedKeyword(Keyword keyword,
String token,
Object value,
int index,
ILeafNode node) |
void |
StringBufferSequenceAcceptor.acceptAssignedKeyword(Keyword keyword,
String token,
Object value,
int index,
ILeafNode node) |
void |
ISemanticSequenceAcceptor.acceptAssignedKeyword(Keyword keyword,
String token,
Object value,
int index,
ILeafNode node) |
void |
DelegatingSequenceAcceptor.acceptAssignedKeyword(Keyword keyword,
String token,
Object value,
int index,
ILeafNode node) |
protected void |
SequenceFeeder.acceptKeyword(Assignment ass,
Keyword keyword,
Object value,
String token,
int index,
ILeafNode node) |
void |
WhitespaceAddingSequenceAcceptor.acceptUnassignedKeyword(Keyword keyword,
String token,
ILeafNode node) |
void |
TokenStreamSequenceAdapter.acceptUnassignedKeyword(Keyword keyword,
String token,
ILeafNode node) |
void |
StringBufferSequenceAcceptor.acceptUnassignedKeyword(Keyword keyword,
String token,
ILeafNode node) |
void |
ISyntacticSequenceAcceptor.acceptUnassignedKeyword(Keyword keyword,
String token,
ILeafNode node) |
void |
DelegatingSequenceAcceptor.acceptUnassignedKeyword(Keyword keyword,
String token,
ILeafNode node) |
protected String |
SequenceFeeder.getToken(Keyword keyword,
Object value,
ILeafNode node) |
| Modifier and Type | Method and Description |
|---|---|
Keyword |
IGrammarConstraintProvider.IConstraintElement.getKeyword() |
Keyword |
GrammarConstraintProvider.ConstraintElement.getKeyword() |
| Modifier and Type | Method and Description |
|---|---|
void |
HiddenTokenSequencer.acceptAssignedCrossRefKeyword(Keyword kw,
String token,
org.eclipse.emf.ecore.EObject value,
int index,
ILeafNode node) |
void |
AbstractSyntacticSequencer.acceptAssignedCrossRefKeyword(Keyword kw,
String token,
org.eclipse.emf.ecore.EObject value,
int index,
ILeafNode node) |
void |
HiddenTokenSequencer.acceptAssignedKeyword(Keyword keyword,
String token,
Object value,
int index,
ILeafNode node) |
void |
AbstractSyntacticSequencer.acceptAssignedKeyword(Keyword keyword,
String token,
Object value,
int index,
ILeafNode node) |
void |
HiddenTokenSequencer.acceptUnassignedKeyword(Keyword keyword,
String token,
ILeafNode node) |
void |
AbstractSyntacticSequencer.acceptUnassignedKeyword(Keyword keyword,
String token,
ILeafNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected Keyword |
EnumLiteralSerializer.getLiteral(org.eclipse.emf.ecore.EObject context,
RuleCall ruleCall,
Object value) |
protected Keyword |
EnumLiteralSerializer.getLiteral(INode node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
KeywordSerializer.isValid(org.eclipse.emf.ecore.EObject context,
Keyword keyword,
Object value,
ISerializationDiagnostic.Acceptor errorAcceptor) |
boolean |
IKeywordSerializer.isValid(org.eclipse.emf.ecore.EObject context,
Keyword keyword,
Object value,
ISerializationDiagnostic.Acceptor errorAcceptor) |
String |
KeywordSerializer.serializeAssignedKeyword(org.eclipse.emf.ecore.EObject context,
Keyword keyword,
Object value,
INode node,
ISerializationDiagnostic.Acceptor errorAcceptor) |
String |
IKeywordSerializer.serializeAssignedKeyword(org.eclipse.emf.ecore.EObject context,
Keyword keyword,
Object value,
INode node,
ISerializationDiagnostic.Acceptor errorAcceptor) |
| Modifier and Type | Method and Description |
|---|---|
List<Pair<Keyword,Keyword>> |
AbstractElementFinder.findKeywordPairs(String leftKw,
String rightKw) |
List<Pair<Keyword,Keyword>> |
AbstractElementFinder.findKeywordPairs(String leftKw,
String rightKw) |
List<Keyword> |
AbstractElementFinder.findKeywords(String... keywords) |
| Modifier and Type | Method and Description |
|---|---|
Keyword |
XtextGrammarAccess.UnorderedGroupElements.getAmpersandKeyword_1_1_0() |
Keyword |
XtextGrammarAccess.ReferencedMetamodelElements.getAsKeyword_2_0() |
Keyword |
XtextGrammarAccess.GeneratedMetamodelElements.getAsKeyword_3_0() |
Keyword |
XtextGrammarAccess.AbstractTokenWithCardinalityElements.getCardinalityAsteriskKeyword_1_0_1() |
Keyword |
XtextGrammarAccess.TerminalTokenElements.getCardinalityAsteriskKeyword_1_0_1() |
Keyword |
XtextGrammarAccess.AbstractTokenWithCardinalityElements.getCardinalityPlusSignKeyword_1_0_2() |
Keyword |
XtextGrammarAccess.TerminalTokenElements.getCardinalityPlusSignKeyword_1_0_2() |
Keyword |
XtextGrammarAccess.AbstractTokenWithCardinalityElements.getCardinalityQuestionMarkKeyword_1_0_0() |
Keyword |
XtextGrammarAccess.TerminalTokenElements.getCardinalityQuestionMarkKeyword_1_0_0() |
Keyword |
XtextGrammarAccess.TypeRefElements.getColonColonKeyword_0_1() |
Keyword |
XtextGrammarAccess.TerminalRuleElements.getColonKeyword_2() |
Keyword |
XtextGrammarAccess.ParserRuleElements.getColonKeyword_3() |
Keyword |
XtextGrammarAccess.EnumRuleElements.getColonKeyword_3() |
Keyword |
XtextGrammarAccess.GrammarElements.getCommaKeyword_2_2_0() |
Keyword |
XtextGrammarAccess.ParserRuleElements.getCommaKeyword_2_2_1_0() |
Keyword |
XtextGrammarAccess.GrammarElements.getCommaKeyword_3_2_1_0() |
Keyword |
XtextGrammarAccess.ActionElements.getCurrentKeyword_2_3() |
Keyword |
XtextGrammarAccess.ParserRuleElements.getDefinesHiddenTokensHiddenKeyword_2_0_0() |
Keyword |
XtextGrammarAccess.GrammarElements.getDefinesHiddenTokensHiddenKeyword_3_0_0() |
Keyword |
XtextGrammarAccess.EnumRuleElements.getEnumKeyword_0() |
Keyword |
XtextGrammarAccess.EOFElements.getEOFKeyword_1() |
Keyword |
XtextGrammarAccess.EnumLiteralDeclarationElements.getEqualsSignKeyword_1_0() |
Keyword |
XtextGrammarAccess.NegatedTokenElements.getExclamationMarkKeyword_0() |
Keyword |
XtextGrammarAccess.PredicatedKeywordElements.getFirstSetPredicatedHyphenMinusGreaterThanSignKeyword_0_1_0() |
Keyword |
XtextGrammarAccess.PredicatedRuleCallElements.getFirstSetPredicatedHyphenMinusGreaterThanSignKeyword_0_1_0() |
Keyword |
XtextGrammarAccess.AssignmentElements.getFirstSetPredicatedHyphenMinusGreaterThanSignKeyword_0_1_0() |
Keyword |
XtextGrammarAccess.PredicatedGroupElements.getFirstSetPredicatedHyphenMinusGreaterThanSignKeyword_0_1_0() |
Keyword |
XtextGrammarAccess.TerminalRuleElements.getFragmentFragmentKeyword_1_0_0_0() |
Keyword |
XtextGrammarAccess.CharacterRangeElements.getFullStopFullStopKeyword_1_1() |
Keyword |
XtextGrammarAccess.GrammarIDElements.getFullStopKeyword_1_0() |
Keyword |
XtextGrammarAccess.WildcardElements.getFullStopKeyword_1() |
Keyword |
XtextGrammarAccess.ActionElements.getFullStopKeyword_2_0() |
Keyword |
XtextGrammarAccess.GeneratedMetamodelElements.getGenerateKeyword_0() |
Keyword |
XtextGrammarAccess.GrammarElements.getGrammarKeyword_0() |
Keyword |
XtextGrammarAccess.UntilTokenElements.getHyphenMinusGreaterThanSignKeyword_0() |
Keyword |
XtextGrammarAccess.ReferencedMetamodelElements.getImportKeyword_0() |
Keyword |
XtextGrammarAccess.ActionElements.getLeftCurlyBracketKeyword_0() |
Keyword |
XtextGrammarAccess.ParenthesizedAssignableElementElements.getLeftParenthesisKeyword_0() |
Keyword |
XtextGrammarAccess.ParenthesizedElementElements.getLeftParenthesisKeyword_0() |
Keyword |
XtextGrammarAccess.ParenthesizedTerminalElementElements.getLeftParenthesisKeyword_0() |
Keyword |
XtextGrammarAccess.PredicatedGroupElements.getLeftParenthesisKeyword_1() |
Keyword |
XtextGrammarAccess.ParserRuleElements.getLeftParenthesisKeyword_2_1() |
Keyword |
XtextGrammarAccess.GrammarElements.getLeftParenthesisKeyword_3_1() |
Keyword |
XtextGrammarAccess.CrossReferenceElements.getLeftSquareBracketKeyword_0() |
Keyword |
XtextGrammarAccess.AssignmentElements.getOperatorEqualsSignKeyword_2_0_1() |
Keyword |
XtextGrammarAccess.ActionElements.getOperatorEqualsSignKeyword_2_2_0_0() |
Keyword |
XtextGrammarAccess.AssignmentElements.getOperatorPlusSignEqualsSignKeyword_2_0_0() |
Keyword |
XtextGrammarAccess.ActionElements.getOperatorPlusSignEqualsSignKeyword_2_2_0_1() |
Keyword |
XtextGrammarAccess.AssignmentElements.getOperatorQuestionMarkEqualsSignKeyword_2_0_2() |
Keyword |
XtextGrammarAccess.PredicatedKeywordElements.getPredicatedEqualsSignGreaterThanSignKeyword_0_0_0() |
Keyword |
XtextGrammarAccess.PredicatedRuleCallElements.getPredicatedEqualsSignGreaterThanSignKeyword_0_0_0() |
Keyword |
XtextGrammarAccess.AssignmentElements.getPredicatedEqualsSignGreaterThanSignKeyword_0_0_0() |
Keyword |
XtextGrammarAccess.PredicatedGroupElements.getPredicatedEqualsSignGreaterThanSignKeyword_0_0_0() |
Keyword |
XtextGrammarAccess.ParserRuleElements.getReturnsKeyword_1_0() |
Keyword |
XtextGrammarAccess.TerminalRuleElements.getReturnsKeyword_1_1_1_0() |
Keyword |
XtextGrammarAccess.EnumRuleElements.getReturnsKeyword_2_0() |
Keyword |
XtextGrammarAccess.ActionElements.getRightCurlyBracketKeyword_3() |
Keyword |
XtextGrammarAccess.ParserRuleElements.getRightParenthesisKeyword_2_3() |
Keyword |
XtextGrammarAccess.ParenthesizedAssignableElementElements.getRightParenthesisKeyword_2() |
Keyword |
XtextGrammarAccess.ParenthesizedElementElements.getRightParenthesisKeyword_2() |
Keyword |
XtextGrammarAccess.ParenthesizedTerminalElementElements.getRightParenthesisKeyword_2() |
Keyword |
XtextGrammarAccess.GrammarElements.getRightParenthesisKeyword_3_3() |
Keyword |
XtextGrammarAccess.PredicatedGroupElements.getRightParenthesisKeyword_3() |
Keyword |
XtextGrammarAccess.CrossReferenceElements.getRightSquareBracketKeyword_3() |
Keyword |
XtextGrammarAccess.TerminalRuleElements.getSemicolonKeyword_4() |
Keyword |
XtextGrammarAccess.ParserRuleElements.getSemicolonKeyword_5() |
Keyword |
XtextGrammarAccess.EnumRuleElements.getSemicolonKeyword_5() |
Keyword |
XtextGrammarAccess.TerminalRuleElements.getTerminalKeyword_0() |
Keyword |
XtextGrammarAccess.AlternativesElements.getVerticalLineKeyword_1_1_0() |
Keyword |
XtextGrammarAccess.AssignableAlternativesElements.getVerticalLineKeyword_1_1_0() |
Keyword |
XtextGrammarAccess.TerminalAlternativesElements.getVerticalLineKeyword_1_1_0() |
Keyword |
XtextGrammarAccess.EnumLiteralsElements.getVerticalLineKeyword_1_1_0() |
Keyword |
XtextGrammarAccess.CrossReferenceElements.getVerticalLineKeyword_2_0() |
Keyword |
XtextGrammarAccess.GrammarElements.getWithKeyword_2_0() |
| Modifier and Type | Method and Description |
|---|---|
T |
XtextSwitch.caseKeyword(Keyword object)
Returns the result of interpreting the object as an instance of 'Keyword'
|
| Modifier and Type | Method and Description |
|---|---|
void |
XtextValidator.checkKeywordHidesTerminalRule(Keyword keyword) |
void |
XtextValidator.checkKeywordNotEmpty(Keyword keyword) |
void |
KeywordInspector.inspectKeywordHidesTerminalRule(Keyword keyword) |
protected boolean |
XtextLocationInFileProvider.useKeyword(Keyword keyword,
org.eclipse.emf.ecore.EObject context) |
Copyright © 2015. All Rights Reserved.