|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CSTNode
A representation of the model object 'Node'.
The following features are supported:
CSTPackage.getCSTNode()| Method Summary | |
|---|---|
Object |
getAst()
Returns the value of the 'Ast' attribute |
int |
getEndOffset()
Returns the value of the 'End Offset' attribute |
lpg.lpgjavaruntime.IToken |
getEndToken()
Returns the value of the 'End Token' attribute |
int |
getStartOffset()
Returns the value of the 'Start Offset' attribute |
lpg.lpgjavaruntime.IToken |
getStartToken()
Returns the value of the 'Start Token' attribute |
void |
setAst(Object value)
Sets the value of the ' Ast' attribute |
void |
setEndOffset(int value)
Sets the value of the ' End Offset' attribute |
void |
setEndToken(lpg.lpgjavaruntime.IToken value)
Sets the value of the ' End Token' attribute |
void |
setStartOffset(int value)
Sets the value of the ' Start Offset' attribute |
void |
setStartToken(lpg.lpgjavaruntime.IToken value)
Sets the value of the ' Start Token' attribute |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
int getStartOffset()
If the meaning of the 'Start Offset' attribute isn't clear, there really should be more of a description here...
setStartOffset(int),
CSTPackage.getCSTNode_StartOffset()void setStartOffset(int value)
Start Offset' attribute.
value - the new value of the 'Start Offset' attribute.getStartOffset()int getEndOffset()
If the meaning of the 'End Offset' attribute isn't clear, there really should be more of a description here...
setEndOffset(int),
CSTPackage.getCSTNode_EndOffset()void setEndOffset(int value)
End Offset' attribute.
value - the new value of the 'End Offset' attribute.getEndOffset()lpg.lpgjavaruntime.IToken getStartToken()
If the meaning of the 'Start Token' attribute isn't clear, there really should be more of a description here...
setStartToken(IToken),
CSTPackage.getCSTNode_StartToken()void setStartToken(lpg.lpgjavaruntime.IToken value)
Start Token' attribute.
value - the new value of the 'Start Token' attribute.getStartToken()lpg.lpgjavaruntime.IToken getEndToken()
If the meaning of the 'End Token' attribute isn't clear, there really should be more of a description here...
setEndToken(IToken),
CSTPackage.getCSTNode_EndToken()void setEndToken(lpg.lpgjavaruntime.IToken value)
End Token' attribute.
value - the new value of the 'End Token' attribute.getEndToken()Object getAst()
If the meaning of the 'Ast' attribute isn't clear, there really should be more of a description here...
setAst(Object),
CSTPackage.getCSTNode_Ast()void setAst(Object value)
Ast' attribute.
value - the new value of the 'Ast' attribute.getAst()
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||