Send feedback
  
   
 
  
    
      Class SimpleNode (0.9.0)
    
    
       
    
    
      
      Stay organized with collections
     
    
      
      Save and categorize content based on your preferences.
     
    
  
      
     
  
  
   
  
    
  
  
    
    
    
  Version 0.9.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   class  SimpleNode   implements   Node  
   
  
    Inheritance 
    Object    >  
    SimpleNode 
   
  
  
  Constructors
   
   
  SimpleNode(Copy p, int i) 
  
    
public   SimpleNode ( Copy   p ,   int   i )  
   
  Parameters 
  
   
  SimpleNode(int i) 
  
  Parameter 
  
  Fields
   
  children 
  
    
protected   Node []   children  
   
  Field Value 
  
  id 
  
  Field Value 
  
  parent 
  
  Field Value 
  
  parser 
  
  Field Value 
  
  value 
  
  Field Value 
  
  Methods
   
   
  childrenAccept(CopyVisitor visitor, Object data) 
  
    
public   Object   childrenAccept ( CopyVisitor   visitor ,   Object   data )  
   
  
  Parameters 
  
  Returns 
  
   
  dump(String prefix) 
  
    
public   void   dump ( String   prefix )  
   
  Parameter 
  
    
      
        Name  
        Description  
       
      
        prefix  
        String  
       
     
  
   
  getId() 
  
  Returns 
  
   
  jjtAccept(CopyVisitor visitor, Object data) 
  
    
public   Object   jjtAccept ( CopyVisitor   visitor ,   Object   data )  
   
  
  Parameters 
  
  Returns 
  
   
  jjtAddChild(Node n, int i) 
  
    
public   void   jjtAddChild ( Node   n ,   int   i )  
   
  This method tells the node to add its argument to the node's list of children.
 
  Parameters 
  
   
  jjtClose() 
  
  This method is called after all the child nodes have been added.
 
   
  jjtGetChild(int i) 
  
    
public   Node   jjtGetChild ( int   i )  
   
  This method returns a child node. The children are numbered from zero, left to right.
 
  Parameter 
  
  Returns 
  
   
  jjtGetNumChildren() 
  
    
public   int   jjtGetNumChildren ()  
   
  Return the number of children the node has.
 
  Returns 
  
   
  jjtGetParent() 
  
    
public   Node   jjtGetParent ()  
   
  Returns 
  
   
  jjtGetValue() 
  
    
public   Object   jjtGetValue ()  
   
  Returns 
  
   
  jjtOpen() 
  
  This method is called after the node has been made the current node. It indicates that child
 nodes can now be added to it.
 
   
  jjtSetParent(Node n) 
  
    
public   void   jjtSetParent ( Node   n )  
   
  This pair of methods are used to inform the node of its parent.
 
  Parameter 
  
   
  jjtSetValue(Object value) 
  
    
public   void   jjtSetValue ( Object   value )  
   
  Parameter 
  
   
  toString() 
  
  Returns 
  
  Overrides 
  
   
  toString(String prefix) 
  
    
public   String   toString ( String   prefix )  
   
  Parameter 
  
    
      
        Name  
        Description  
       
      
        prefix  
        String  
       
     
  
  Returns 
  
 
     
    
  
  
  
     
  
 
  
    
    
      
    
     
  
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-30 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]