Class Node

java.lang.Object
org.glassfish.rmic.tools.tree.Node
All Implemented Interfaces:
Cloneable, Constants, RuntimeConstants
Direct Known Subclasses:
Expression, Statement

public class Node extends Object implements Constants, Cloneable
WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
  • Field Details

    • op

      int op
    • where

      long where
  • Constructor Details

    • Node

      Node(int op, long where)
      Constructor
  • Method Details