Package hydra.ext.java.syntax
Class UnannType
- java.lang.Object
-
- hydra.ext.java.syntax.UnannType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<UnannType>
public class UnannType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<UnannType>
A Type which does not allow annotations- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(UnannType other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
UnannType
public UnannType(Type value)
-
-