1. /*
  2. * @(#)ParserTreeConstants.java 4.14 04/07/26
  3. *
  4. * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. /* Generated By:JJTree: Do not edit this line. ParserTreeConstants.java */
  8. package com.sun.jmx.snmp.IPAcl;
  9. interface ParserTreeConstants
  10. {
  11. public int JJTSECURITYDEFS = 0;
  12. public int JJTACLBLOCK = 1;
  13. public int JJTACLITEM = 2;
  14. public int JJTCOMMUNITIES = 3;
  15. public int JJTCOMMUNITY = 4;
  16. public int JJTACCESS = 5;
  17. public int JJTMANAGERS = 6;
  18. public int JJTHOST = 7;
  19. public int JJTHOSTNAME = 8;
  20. public int JJTIPADDRESS = 9;
  21. public int JJTIPV6ADDRESS = 10;
  22. public int JJTIPMASK = 11;
  23. public int JJTNETMASK = 12;
  24. public int JJTNETMASKV6 = 13;
  25. public int JJTTRAPBLOCK = 14;
  26. public int JJTTRAPITEM = 15;
  27. public int JJTTRAPCOMMUNITY = 16;
  28. public int JJTTRAPINTERESTEDHOST = 17;
  29. public int JJTHOSTTRAP = 18;
  30. public int JJTENTERPRISE = 19;
  31. public int JJTTRAPNUM = 20;
  32. public int JJTINFORMBLOCK = 21;
  33. public int JJTINFORMITEM = 22;
  34. public int JJTINFORMCOMMUNITY = 23;
  35. public int JJTINFORMINTERESTEDHOST = 24;
  36. public int JJTHOSTINFORM = 25;
  37. public String[] jjtNodeName = {
  38. "SecurityDefs",
  39. "AclBlock",
  40. "AclItem",
  41. "Communities",
  42. "Community",
  43. "Access",
  44. "Managers",
  45. "Host",
  46. "HostName",
  47. "IpAddress",
  48. "IpV6Address",
  49. "IpMask",
  50. "NetMask",
  51. "NetMaskV6",
  52. "TrapBlock",
  53. "TrapItem",
  54. "TrapCommunity",
  55. "TrapInterestedHost",
  56. "HostTrap",
  57. "Enterprise",
  58. "TrapNum",
  59. "InformBlock",
  60. "InformItem",
  61. "InformCommunity",
  62. "InformInterestedHost",
  63. "HostInform",
  64. };
  65. }