langtools/src/share/classes/com/sun/tools/javac/code/TypeTag.java
changeset 14366 af625e568667
parent 14359 d4099818ab70
child 14801 d66cab4ef397
equal deleted inserted replaced
14365:20f388573215 14366:af625e568667
   104 
   104 
   105     /** The tag of deferred expression types in method context
   105     /** The tag of deferred expression types in method context
   106      */
   106      */
   107     DEFERRED,
   107     DEFERRED,
   108 
   108 
   109     /** The tag of the bottom type <null>.
   109     /** The tag of the bottom type {@code <null>}.
   110      */
   110      */
   111     BOT,
   111     BOT,
   112 
   112 
   113     /** The tag of a missing type.
   113     /** The tag of a missing type.
   114      */
   114      */