Class NodeScope

java.lang.Object
org.javacc.jjtree.NodeScope

public class NodeScope extends Object
  • Field Details

    • production

      public ASTProduction production
    • node_descriptor

      public ASTNodeDescriptor node_descriptor
    • closedVar

      public String closedVar
    • exceptionVar

      public String exceptionVar
    • nodeVar

      public String nodeVar
    • scopeNumber

      private final int scopeNumber
  • Constructor Details

  • Method Details

    • isVoid

      public boolean isVoid()
    • getNodeDescriptor

      public ASTNodeDescriptor getNodeDescriptor()
    • getNodeDescriptorText

      public String getNodeDescriptorText()
    • getNodeVariable

      public String getNodeVariable()
    • constructVariable

      private String constructVariable(String id)
    • usesCloseNodeVar

      public boolean usesCloseNodeVar()
    • getEnclosingNodeScope

      public static NodeScope getEnclosingNodeScope(Node node)