Package com._1c.g5.v8.dt.bsl.qw.utils
Class Parser.TextPosition
- java.lang.Object
- 
- com._1c.g5.v8.dt.bsl.qw.utils.Parser.TextPosition
 
- 
- 
Constructor SummaryConstructors Constructor Description TextPosition()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEndOffset()Get end offsetorg.eclipse.xtext.nodemodel.INodegetNode()Get nodeintgetStartOffset()Get start offsetvoidsetEndOffset(int endOffset)Set end offsetvoidsetNode(org.eclipse.xtext.nodemodel.INode actualNode)Set nodevoidsetStartOffset(int startOffset)Set start offset
 
- 
- 
- 
Method Detail- 
getNodepublic org.eclipse.xtext.nodemodel.INode getNode() Get node- Returns:
- the actualNode
 
 - 
setNodepublic void setNode(org.eclipse.xtext.nodemodel.INode actualNode) Set node- Parameters:
- actualNode- the actualNode to set
 
 - 
getStartOffsetpublic int getStartOffset() Get start offset- Returns:
- the startOffset
 
 - 
setStartOffsetpublic void setStartOffset(int startOffset) Set start offset- Parameters:
- startOffset- the startOffset to set
 
 - 
getEndOffsetpublic int getEndOffset() Get end offset- Returns:
- the endOffset
 
 - 
setEndOffsetpublic void setEndOffset(int endOffset) Set end offset- Parameters:
- endOffset- the endOffset to set
 
 
- 
 
-