Class UnannType

java.lang.Object
hydra.ext.java.syntax.UnannType
All Implemented Interfaces:
Serializable, Comparable<UnannType>

public class UnannType extends Object implements Serializable, Comparable<UnannType>
A Type which does not allow annotations
See Also:
  • Field Details

    • TYPE_

      public static final Name TYPE_
    • VALUE

      public static final Name VALUE
    • value

      public final Type value
  • Constructor Details

    • UnannType

      public UnannType(Type value)
  • Method Details