Class Yytoken


  • @Deprecated
    public class Yytoken
    extends java.lang.Object
    Deprecated.
    since 2.0.0, copied to a new package.
    Author:
    FangYidong<fangyidong@yahoo.com.cn>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int type
      Deprecated.
      description omitted.
      static int TYPE_COLON
      Deprecated.
      description omitted.
      static int TYPE_COMMA
      Deprecated.
      description omitted.
      static int TYPE_EOF
      Deprecated.
      description omitted.
      static int TYPE_LEFT_BRACE
      Deprecated.
      description omitted.
      static int TYPE_LEFT_SQUARE
      Deprecated.
      description omitted.
      static int TYPE_RIGHT_BRACE
      Deprecated.
      description omitted.
      static int TYPE_RIGHT_SQUARE
      Deprecated.
      description omitted.
      static int TYPE_VALUE
      Deprecated.
      description omitted.
      java.lang.Object value
      Deprecated.
      description omitted.
    • Constructor Summary

      Constructors 
      Constructor Description
      Yytoken​(int type, java.lang.Object value)
      Deprecated.