Uses of Class
org.joni.ast.Node

Packages that use Node
org.joni   
org.joni.ast   
 

Uses of Node in org.joni
 

Fields in org.joni declared as Node
 Node[] ScanEnvironment.memNodes
           
 

Methods in org.joni with parameters of type Node
 void UnsetAddrList.add(int offset, Node node)
           
 void ScanEnvironment.setMemNode(int num, Node node)
           
 

Uses of Node in org.joni.ast
 

Subclasses of Node in org.joni.ast
 class AnchorNode
           
 class AnyCharNode
           
 class BackRefNode
           
 class CallNode
           
 class CClassNode
           
 class ConsAltNode
           
 class CTypeNode
           
 class EncloseNode
           
 class QuantifierNode
           
 class StateNode
           
 class StringNode
           
 

Fields in org.joni.ast declared as Node
 Node ConsAltNode.car
           
 Node QuantifierNode.headExact
           
 Node QuantifierNode.nextHeadExact
           
 Node Node.parent
           
 Node AnchorNode.target
           
 Node QuantifierNode.target
           
 Node EncloseNode.target
           
 Node CallNode.target
           
 

Methods in org.joni.ast that return Node
protected  Node AnchorNode.getChild()
           
protected  Node Node.getChild()
           
protected  Node QuantifierNode.getChild()
           
protected  Node EncloseNode.getChild()
           
protected  Node ConsAltNode.getChild()
           
protected  Node CallNode.getChild()
           
 Node ConsAltNode.setCar(Node ca)
           
 

Methods in org.joni.ast with parameters of type Node
static ConsAltNode ConsAltNode.listAdd(ConsAltNode list, Node x)
           
static ConsAltNode ConsAltNode.newAltNode(Node left, ConsAltNode right)
           
static ConsAltNode ConsAltNode.newListNode(Node left, ConsAltNode right)
           
 Node ConsAltNode.setCar(Node ca)
           
protected  void AnchorNode.setChild(Node newChild)
           
protected  void Node.setChild(Node tgt)
           
protected  void QuantifierNode.setChild(Node newChild)
           
protected  void EncloseNode.setChild(Node newChild)
           
protected  void ConsAltNode.setChild(Node newChild)
           
protected  void CallNode.setChild(Node newChild)
           
 int QuantifierNode.setQuantifier(Node tgt, boolean group, ScanEnvironment env, byte[] bytes, int p, int end)
           
 void AnchorNode.setTarget(Node tgt)
           
 void QuantifierNode.setTarget(Node tgt)
           
 void EncloseNode.setTarget(Node tgt)
           
 void CallNode.setTarget(Node tgt)
           
 void Node.swap(Node with)
           
 void ConsAltNode.swap(Node with)
           
 

Method parameters in org.joni.ast with type arguments of type Node
 void Node.verifyTree(java.util.Set<Node> set, WarnCallback warnings)
           
 void ConsAltNode.verifyTree(java.util.Set<Node> set, WarnCallback warnings)
           
 void CallNode.verifyTree(java.util.Set<Node> set, WarnCallback warnings)
           
 



Copyright © 2010. All Rights Reserved.