| Modifier and Type | Method and Description |
|---|---|
Action |
XtextFactory.createAction()
Returns a new object of class 'Action'
|
| Modifier and Type | Method and Description |
|---|---|
static List<Action> |
GrammarUtil.containedActions(org.eclipse.emf.ecore.EObject e) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GrammarUtil.isMultipleAssignment(Action a) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextRegionAccessBuildingSequencer.acceptUnassignedAction(Action action) |
boolean |
TextRegionAccessBuildingSequencer.enterAssignedAction(Action action,
org.eclipse.emf.ecore.EObject semanticChild,
ICompositeNode node) |
void |
TextRegionAccessBuildingSequencer.leaveAssignedAction(Action action,
org.eclipse.emf.ecore.EObject semanticChild) |
| Modifier and Type | Method and Description |
|---|---|
String |
GrammarElementTitleSwitch.caseAction(Action object) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionImpl
An implementation of the model object 'Action'
|
| Modifier and Type | Method and Description |
|---|---|
Action |
XtextFactoryImpl.createAction() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.emf.ecore.EObject |
AbstractInternalAntlrParser.forceCreateModelElement(Action action,
org.eclipse.emf.ecore.EObject value) |
protected org.eclipse.emf.ecore.EObject |
AbstractInternalAntlrParser.forceCreateModelElementAndAdd(Action action,
org.eclipse.emf.ecore.EObject value) |
protected org.eclipse.emf.ecore.EObject |
AbstractInternalAntlrParser.forceCreateModelElementAndSet(Action action,
org.eclipse.emf.ecore.EObject value) |
protected void |
AbstractInternalAntlrParser.insertCompositeNode(Action action) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPackratParser.consumeAction(Action action,
boolean isMany) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NonTerminalConsumer.consumeAction(Action action,
boolean isMany) |
void |
IConsumerUtility.consumeAction(Action action,
boolean isMany) |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugConsumerUtility.consumeAction(Action action,
boolean isMany) |
| Modifier and Type | Method and Description |
|---|---|
Action |
ParsedAction.getGrammarElement() |
| Constructor and Description |
|---|
ParsedAction(int offset,
Action action,
boolean isMany,
IParsedTokenSource source) |
| Modifier and Type | Method and Description |
|---|---|
Action |
ISerializationContext.getAssignedAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XtextSemanticSequencer.sequence_AbstractTokenWithCardinality_Action(ISerializationContext context,
Action semanticObject)
Contexts:
Alternatives returns Action
Alternatives.Alternatives_1_0 returns Action
ConditionalBranch returns Action
UnorderedGroup returns Action
UnorderedGroup.UnorderedGroup_1_0 returns Action
Group returns Action
Group.Group_1_0 returns Action
AbstractToken returns Action
AbstractTokenWithCardinality returns Action
AbstractTerminal returns Action
ParenthesizedElement returns Action
Constraint:
(type=TypeRef (feature=ValidID (operator='=' | operator='+='))?
|
protected void |
XtextSemanticSequencer.sequence_Action(ISerializationContext context,
Action semanticObject)
Contexts:
Action returns Action
Constraint:
(type=TypeRef (feature=ValidID (operator='=' | operator='+='))?)
|
| Modifier and Type | Method and Description |
|---|---|
void |
SequenceFeeder.accept(Action action,
org.eclipse.emf.ecore.EObject child) |
void |
SequenceFeeder.accept(Action action,
org.eclipse.emf.ecore.EObject semanticChild,
ICompositeNode node) |
void |
SequenceFeeder.accept(Action action,
org.eclipse.emf.ecore.EObject child,
int indexInNonTransient) |
protected void |
SequenceFeeder.acceptAction(Action action,
org.eclipse.emf.ecore.EObject semanticChild,
ICompositeNode node) |
void |
WhitespaceAddingSequenceAcceptor.acceptUnassignedAction(Action action) |
void |
TokenStreamSequenceAdapter.acceptUnassignedAction(Action action) |
void |
StringBufferSequenceAcceptor.acceptUnassignedAction(Action action) |
void |
ISyntacticSequenceAcceptor.acceptUnassignedAction(Action action) |
void |
DelegatingSequenceAcceptor.acceptUnassignedAction(Action action) |
protected void |
SequenceFeeder.assertAction(Action action) |
boolean |
TokenStreamSequenceAdapter.enterAssignedAction(Action action,
org.eclipse.emf.ecore.EObject semanticChild,
ICompositeNode node) |
boolean |
StringBufferSequenceAcceptor.enterAssignedAction(Action action,
org.eclipse.emf.ecore.EObject semanticChild,
ICompositeNode node) |
boolean |
ISemanticSequenceAcceptor.enterAssignedAction(Action action,
org.eclipse.emf.ecore.EObject semanticChild,
ICompositeNode node) |
boolean |
DelegatingSequenceAcceptor.enterAssignedAction(Action action,
org.eclipse.emf.ecore.EObject semanticChild,
ICompositeNode node) |
void |
TokenStreamSequenceAdapter.leaveAssignedAction(Action action,
org.eclipse.emf.ecore.EObject semanticChild) |
void |
StringBufferSequenceAcceptor.leaveAssignedAction(Action action,
org.eclipse.emf.ecore.EObject semanticChild) |
void |
ISemanticSequenceAcceptor.leaveAssignedAction(Action action,
org.eclipse.emf.ecore.EObject semanticChild) |
void |
DelegatingSequenceAcceptor.leaveAssignedAction(Action action,
org.eclipse.emf.ecore.EObject semanticChild) |
| Modifier and Type | Method and Description |
|---|---|
Action |
SerializationContext.getAssignedAction() |
Action |
SerializationContext.ActionContext.getAssignedAction() |
| Modifier and Type | Method and Description |
|---|---|
static ISerializationContext |
SerializationContext.forChild(ISerializationContext container,
Action assignedAction,
org.eclipse.emf.ecore.EObject sem) |
String |
Context2NameFunction.getContextName(Grammar grammar,
Action ctx) |
String |
Context2NameFunction.getUniqueActionName(Action action) |
| Constructor and Description |
|---|
SerializationContext.ActionContext(ISerializationContext parent,
Action action) |
| Modifier and Type | Method and Description |
|---|---|
void |
HiddenTokenSequencer.acceptUnassignedAction(Action action) |
void |
AbstractSyntacticSequencer.acceptUnassignedAction(Action action) |
boolean |
HiddenTokenSequencer.enterAssignedAction(Action action,
org.eclipse.emf.ecore.EObject semanticChild,
ICompositeNode node) |
boolean |
AbstractSyntacticSequencer.enterAssignedAction(Action action,
org.eclipse.emf.ecore.EObject semanticChild,
ICompositeNode node) |
void |
HiddenTokenSequencer.leaveAssignedAction(Action action,
org.eclipse.emf.ecore.EObject semanticChild) |
void |
AbstractSyntacticSequencer.leaveAssignedAction(Action action,
org.eclipse.emf.ecore.EObject semanticChild) |
| Modifier and Type | Method and Description |
|---|---|
Action |
XtextGrammarAccess.AlternativesElements.getAlternativesElementsAction_1_0() |
Action |
XtextGrammarAccess.AssignableAlternativesElements.getAlternativesElementsAction_1_0() |
Action |
XtextGrammarAccess.TerminalAlternativesElements.getAlternativesElementsAction_1_0() |
Action |
XtextGrammarAccess.EnumLiteralsElements.getAlternativesElementsAction_1_0() |
Action |
XtextGrammarAccess.CharacterRangeElements.getCharacterRangeLeftAction_1_0() |
Action |
XtextGrammarAccess.ConjunctionElements.getConjunctionLeftAction_1_0() |
Action |
XtextGrammarAccess.DisjunctionElements.getDisjunctionLeftAction_1_0() |
Action |
XtextGrammarAccess.EOFElements.getEOFAction_0() |
Action |
XtextGrammarAccess.ConditionalBranchElements.getGroupAction_1_0() |
Action |
XtextGrammarAccess.GroupElements.getGroupElementsAction_1_0() |
Action |
XtextGrammarAccess.TerminalGroupElements.getGroupElementsAction_1_0() |
Action |
XtextGrammarAccess.LiteralConditionElements.getLiteralConditionAction_0() |
Action |
XtextGrammarAccess.NegationElements.getNegationAction_1_0() |
Action |
XtextGrammarAccess.UnorderedGroupElements.getUnorderedGroupElementsAction_1_0() |
Action |
XtextGrammarAccess.WildcardElements.getWildcardAction_0() |
| Modifier and Type | Method and Description |
|---|---|
T |
XtextSwitch.caseAction(Action object)
Returns the result of interpreting the object as an instance of 'Action'
|
| Modifier and Type | Method and Description |
|---|---|
Pair<Boolean,Boolean> |
ValidEntryRuleInspector.caseAction(Action object) |
Boolean |
RuleWithoutInstantiationInspector.caseAction(Action object) |
Boolean |
OverriddenValueInspector.caseAction(Action object) |
Boolean |
GrammarWithoutLeftRecursionInspector.caseAction(Action object) |
Boolean |
CurrentTypeFinder.Implementation.caseAction(Action object) |
void |
XtextValidator.checkActionInUnorderedGroup(Action action) |
void |
XtextValidator.checkAssignedActionAfterAssignment(Action action) |
void |
XtextValidator.checkInstantiatedType(Action action) |
void |
XtextValidator.checkUnassignedActionAfterAssignment(Action action) |
Copyright © 2015. All Rights Reserved.