Send feedback
Interface Node (0.5.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.5.1 keyboard_arrow_down
Methods
getId()
public abstract int getId ()
Returns
jjtAccept(CopyVisitor visitor, Object data)
public abstract Object jjtAccept ( CopyVisitor visitor , Object data )
Parameters
Returns
jjtAddChild(Node n, int i)
public abstract void jjtAddChild ( Node n , int i )
This method tells the node to add its argument to the node's list of children.
Parameters
jjtClose()
public abstract void jjtClose ()
This method is called after all the child nodes have been added.
jjtGetChild(int i)
public abstract Node jjtGetChild ( int i )
This method returns a child node. The children are numbered from zero, left to right.
Parameter
Returns
jjtGetNumChildren()
public abstract int jjtGetNumChildren ()
Return the number of children the node has.
Returns
jjtGetParent()
public abstract Node jjtGetParent ()
Returns
jjtOpen()
public abstract void 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 abstract void jjtSetParent ( Node n )
This pair of methods are used to inform the node of its parent.
Parameter
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 2024-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 2024-10-30 UTC."],[],[]]