public abstract class CSTNodeImpl extends EObjectImpl implements CSTNode
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected Object |
ast
The cached value of the '
Ast' attribute. |
protected static Object |
AST_EDEFAULT
The default value of the '
Ast' attribute. |
protected static int |
END_OFFSET_EDEFAULT
The default value of the '
End Offset' attribute. |
protected static IToken |
END_TOKEN_EDEFAULT
The default value of the '
End Token' attribute. |
protected int |
endOffset
The cached value of the '
End Offset' attribute. |
protected IToken |
endToken
The cached value of the '
End Token' attribute. |
protected static int |
START_OFFSET_EDEFAULT
The default value of the '
Start Offset' attribute. |
protected static IToken |
START_TOKEN_EDEFAULT
The default value of the '
Start Token' attribute. |
protected int |
startOffset
The cached value of the '
Start Offset' attribute. |
protected IToken |
startToken
The cached value of the '
Start Token' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
CSTNodeImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Object |
getAst() |
int |
getEndOffset() |
IToken |
getEndToken() |
int |
getStartOffset() |
IToken |
getStartToken() |
void |
setAst(Object newAst) |
void |
setEndOffset(int newEndOffset) |
void |
setEndToken(IToken newEndToken) |
void |
setStartOffset(int newStartOffset) |
void |
setStartToken(IToken newStartToken) |
String |
toString() |
protected static final int START_OFFSET_EDEFAULT
Start Offset' attribute.
getStartOffset(),
Constant Field Valuesprotected int startOffset
Start Offset' attribute.
getStartOffset()protected static final int END_OFFSET_EDEFAULT
End Offset' attribute.
getEndOffset(),
Constant Field Valuesprotected int endOffset
End Offset' attribute.
getEndOffset()protected static final IToken START_TOKEN_EDEFAULT
Start Token' attribute.
getStartToken()protected IToken startToken
Start Token' attribute.
getStartToken()protected static final IToken END_TOKEN_EDEFAULT
End Token' attribute.
getEndToken()protected IToken endToken
End Token' attribute.
getEndToken()protected static final Object AST_EDEFAULT
Ast' attribute.
getAst()protected EClass eStaticClass()
public int getStartOffset()
getStartOffset in interface CSTNodeCSTNode.setStartOffset(int),
CSTPackage.getCSTNode_StartOffset()public void setStartOffset(int newStartOffset)
setStartOffset in interface CSTNodenewStartOffset - the new value of the 'Start Offset' attribute.CSTNode.getStartOffset()public int getEndOffset()
getEndOffset in interface CSTNodeCSTNode.setEndOffset(int),
CSTPackage.getCSTNode_EndOffset()public void setEndOffset(int newEndOffset)
setEndOffset in interface CSTNodenewEndOffset - the new value of the 'End Offset' attribute.CSTNode.getEndOffset()public IToken getStartToken()
getStartToken in interface CSTNodeCSTNode.setStartToken(IToken),
CSTPackage.getCSTNode_StartToken()public void setStartToken(IToken newStartToken)
setStartToken in interface CSTNodenewStartToken - the new value of the 'Start Token' attribute.CSTNode.getStartToken()public IToken getEndToken()
getEndToken in interface CSTNodeCSTNode.setEndToken(IToken),
CSTPackage.getCSTNode_EndToken()public void setEndToken(IToken newEndToken)
setEndToken in interface CSTNodenewEndToken - the new value of the 'End Token' attribute.CSTNode.getEndToken()public Object getAst()
getAst in interface CSTNodeCSTNode.setAst(Object),
CSTPackage.getCSTNode_Ast()public void setAst(Object newAst)
setAst in interface CSTNodenewAst - the new value of the 'Ast' attribute.CSTNode.getAst()public Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID,
Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public String toString()
Copyright © 2015 Open eHealth Foundation. All rights reserved.