Class P_AdditiveExpression

java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.util.queryparser.BaseNode
de.fraunhofer.iosb.ilt.frostserver.util.queryparser.nodes.P_AdditiveExpression
All Implemented Interfaces:
de.fraunhofer.iosb.ilt.frostserver.util.queryparser.Node, Comparable<de.fraunhofer.iosb.ilt.frostserver.util.queryparser.Node>

public class P_AdditiveExpression extends de.fraunhofer.iosb.ilt.frostserver.util.queryparser.BaseNode
  • Nested Class Summary

    Nested classes/interfaces inherited from interface de.fraunhofer.iosb.ilt.frostserver.util.queryparser.Node

    de.fraunhofer.iosb.ilt.frostserver.util.queryparser.Node.Visitor
  • Field Summary

    Fields inherited from class de.fraunhofer.iosb.ilt.frostserver.util.queryparser.BaseNode

    children, parent
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class de.fraunhofer.iosb.ilt.frostserver.util.queryparser.BaseNode

    addChild, addChild, children, clearChildren, getBeginOffset, getChild, getChildCount, getEndOffset, getParent, getTokenSource, isUnparsed, removeChild, setBeginOffset, setChild, setEndOffset, setListClass, setParent, setTokenSource, setUnparsed, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface de.fraunhofer.iosb.ilt.frostserver.util.queryparser.Node

    appendChild, children, childrenOfType, close, compareTo, copyLocationInfo, copyLocationInfo, descendants, descendants, descendants, descendants, descendantsOfType, dump, dump, firstAncestorOfType, firstChildOfType, firstChildOfType, firstChildOfType, firstDescendantOfType, firstDescendantOfType, getAllTokens, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getFirstChild, getFirstToken, getInputSource, getLastChild, getLastToken, getLocation, getRealTokens, getRoot, getSource, getTokenType, hasChildNodes, indexOf, iterator, nextSibling, open, prependChild, previousSibling, removeChild, replace, replaceChild
  • Constructor Details

    • P_AdditiveExpression

      public P_AdditiveExpression()