Module org.jooq

Class Yytoken

java.lang.Object
org.jooq.tools.json.Yytoken

@Deprecated(forRemoval=true) public class Yytoken extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
- 3.21.0 - [#18329] - This shaded third party dependency will be removed without replacement. Please use any other JSON parser, instead - e.g. Jackson.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Yytoken(int type, Object value)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • TYPE_VALUE

      public static final int TYPE_VALUE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • TYPE_LEFT_BRACE

      public static final int TYPE_LEFT_BRACE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • TYPE_RIGHT_BRACE

      public static final int TYPE_RIGHT_BRACE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • TYPE_LEFT_SQUARE

      public static final int TYPE_LEFT_SQUARE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • TYPE_RIGHT_SQUARE

      public static final int TYPE_RIGHT_SQUARE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • TYPE_COMMA

      public static final int TYPE_COMMA
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • TYPE_COLON

      public static final int TYPE_COLON
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • TYPE_EOF

      public static final int TYPE_EOF
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • type

      public int type
      Deprecated, for removal: This API element is subject to removal in a future version.
    • value

      public Object value
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • Yytoken

      public Yytoken(int type, Object value)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object