1. /*
  2. * @(#)ParserConstants.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&JavaCC: Do not edit this line. ParserConstants.java */
  8. package com.sun.jmx.snmp.IPAcl;
  9. interface ParserConstants {
  10. int EOF = 0;
  11. int ACCESS = 7;
  12. int ACL = 8;
  13. int ASSIGN = 9;
  14. int COMMUNITIES = 10;
  15. int ENTERPRISE = 11;
  16. int HOSTS = 12;
  17. int LBRACE = 13;
  18. int MANAGERS = 14;
  19. int RANGE = 15;
  20. int RBRACE = 16;
  21. int RO = 17;
  22. int RW = 18;
  23. int TRAP = 19;
  24. int INFORM = 20;
  25. int TRAPCOMMUNITY = 21;
  26. int INFORMCOMMUNITY = 22;
  27. int TRAPNUM = 23;
  28. int INTEGER_LITERAL = 24;
  29. int DECIMAL_LITERAL = 25;
  30. int HEX_LITERAL = 26;
  31. int OCTAL_LITERAL = 27;
  32. int V6_ADDRESS = 28;
  33. int H = 29;
  34. int D = 30;
  35. int IDENTIFIER = 31;
  36. int LETTER = 32;
  37. int SEPARATOR = 33;
  38. int DIGIT = 34;
  39. int CSTRING = 35;
  40. int COMMA = 36;
  41. int DOT = 37;
  42. int MARK = 38;
  43. int MASK = 39;
  44. int DEFAULT = 0;
  45. String[] tokenImage = {
  46. "<EOF>",
  47. "\" \"",
  48. "\"\\t\"",
  49. "\"\\n\"",
  50. "\"\\r\"",
  51. "<token of kind 5>",
  52. "<token of kind 6>",
  53. "\"access\"",
  54. "\"acl\"",
  55. "\"=\"",
  56. "\"communities\"",
  57. "\"enterprise\"",
  58. "\"hosts\"",
  59. "\"{\"",
  60. "\"managers\"",
  61. "\"-\"",
  62. "\"}\"",
  63. "\"read-only\"",
  64. "\"read-write\"",
  65. "\"trap\"",
  66. "\"inform\"",
  67. "\"trap-community\"",
  68. "\"inform-community\"",
  69. "\"trap-num\"",
  70. "<INTEGER_LITERAL>",
  71. "<DECIMAL_LITERAL>",
  72. "<HEX_LITERAL>",
  73. "<OCTAL_LITERAL>",
  74. "<V6_ADDRESS>",
  75. "<H>",
  76. "<D>",
  77. "<IDENTIFIER>",
  78. "<LETTER>",
  79. "<SEPARATOR>",
  80. "<DIGIT>",
  81. "<CSTRING>",
  82. "\",\"",
  83. "\".\"",
  84. "\"!\"",
  85. "\"/\"",
  86. };
  87. }