public class ParsedAction extends ParsedToken
AbstractParsedToken.End| Constructor and Description |
|---|
ParsedAction(int offset,
Action action,
boolean isMany,
IParsedTokenSource source) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IParsedTokenVisitor visitor) |
String |
getFeature() |
Action |
getGrammarElement() |
org.eclipse.emf.ecore.EClassifier |
getType() |
boolean |
isMany() |
getSource, isOptionalgetLength, getOffset, getText, isSkipped, setLength, setOffset, setSkipped, toStringpublic ParsedAction(int offset,
Action action,
boolean isMany,
IParsedTokenSource source)
public void accept(IParsedTokenVisitor visitor)
accept in class ParsedTokenpublic Action getGrammarElement()
getGrammarElement in class ParsedTokenpublic org.eclipse.emf.ecore.EClassifier getType()
public String getFeature()
public boolean isMany()
Copyright © 2015. All Rights Reserved.