org.mule.common.query.dsql.parser
Class NotDsqlNode

java.lang.Object
  extended by org.antlr.runtime.tree.BaseTree
      extended by org.antlr.runtime.tree.CommonTree
          extended by org.mule.common.query.dsql.parser.DsqlNode
              extended by org.mule.common.query.dsql.parser.NotDsqlNode
All Implemented Interfaces:
org.antlr.runtime.tree.Tree, IDsqlNode

public class NotDsqlNode
extends DsqlNode


Field Summary
 
Fields inherited from class org.antlr.runtime.tree.CommonTree
childIndex, parent, startIndex, stopIndex, token
 
Fields inherited from class org.antlr.runtime.tree.BaseTree
children
 
Fields inherited from interface org.antlr.runtime.tree.Tree
INVALID_NODE
 
Constructor Summary
NotDsqlNode(org.antlr.runtime.Token t)
           
 
Method Summary
 void accept(DsqlGrammarVisitor visitor)
           
 
Methods inherited from class org.mule.common.query.dsql.parser.DsqlNode
getChildren
 
Methods inherited from class org.antlr.runtime.tree.CommonTree
dupNode, getCharPositionInLine, getChildIndex, getLine, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toString
 
Methods inherited from class org.antlr.runtime.tree.BaseTree
addChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mule.common.query.dsql.parser.IDsqlNode
getText, getType
 

Constructor Detail

NotDsqlNode

public NotDsqlNode(org.antlr.runtime.Token t)
Method Detail

accept

public void accept(DsqlGrammarVisitor visitor)
Specified by:
accept in interface IDsqlNode
Overrides:
accept in class DsqlNode


Copyright © 2015 MuleSoft, Inc.. All rights reserved.