org.eclipse.xtext.nodemodel.impl
Class HiddenLeafNodeWithSyntaxError

java.lang.Object
  extended by org.eclipse.xtext.nodemodel.impl.AbstractNode
      extended by org.eclipse.xtext.nodemodel.impl.LeafNode
          extended by org.eclipse.xtext.nodemodel.impl.HiddenLeafNode
              extended by org.eclipse.xtext.nodemodel.impl.HiddenLeafNodeWithSyntaxError
All Implemented Interfaces:
java.lang.Iterable<INode>, BidiIterable<INode>, BidiTreeIterable<INode>, ILeafNode, INode

public class HiddenLeafNodeWithSyntaxError
extends HiddenLeafNode

Author:
Sebastian Zarnekow - Initial contribution and API
This class is not intended to be subclassed by clients.
This class is not intended to be subclassed by clients.

Constructor Summary
HiddenLeafNodeWithSyntaxError()
           
 
Method Summary
protected  void basicSetSyntaxErrorMessage(SyntaxErrorMessage syntaxErrorMessage)
           
 SyntaxErrorMessage getSyntaxErrorMessage()
          Returns the directly associated syntax error message or null if none.
 
Methods inherited from class org.eclipse.xtext.nodemodel.impl.HiddenLeafNode
isHidden
 
Methods inherited from class org.eclipse.xtext.nodemodel.impl.LeafNode
basicSetTotalLength, basicSetTotalOffset, getLeafNodes, getLength, getOffset, getTotalLength, getTotalOffset
 
Methods inherited from class org.eclipse.xtext.nodemodel.impl.AbstractNode
basicGetGrammarElement, basicGetLineOfOffset, basicGetNextSibling, basicGetParent, basicGetPreviousSibling, basicGetSemanticElement, basicHasNextSibling, basicHasPreviousSibling, basicHasSiblings, basicIterator, basicSetGrammarElement, basicSetNextSibling, basicSetParent, basicSetPreviousSibling, getAsTreeIterable, getEndLine, getGrammarElement, getNextSibling, getParent, getPreviousSibling, getRootNode, getSemanticElement, getStartLine, getText, getTotalEndLine, getTotalEndOffset, getTotalStartLine, hasDirectSemanticElement, hasNextSibling, hasPreviousSibling, hasSiblings, iterator, reverse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.xtext.nodemodel.INode
getAsTreeIterable, getEndLine, getGrammarElement, getNextSibling, getParent, getPreviousSibling, getRootNode, getSemanticElement, getStartLine, getText, getTotalEndLine, getTotalEndOffset, getTotalStartLine, hasDirectSemanticElement, hasNextSibling, hasPreviousSibling, hasSiblings
 

Constructor Detail

HiddenLeafNodeWithSyntaxError

public HiddenLeafNodeWithSyntaxError()
Method Detail

getSyntaxErrorMessage

public SyntaxErrorMessage getSyntaxErrorMessage()
Description copied from interface: INode
Returns the directly associated syntax error message or null if none.

Specified by:
getSyntaxErrorMessage in interface INode
Overrides:
getSyntaxErrorMessage in class AbstractNode
Returns:
the directly associated syntax error message. May return null.

basicSetSyntaxErrorMessage

protected void basicSetSyntaxErrorMessage(SyntaxErrorMessage syntaxErrorMessage)