Class SignednessAnnotatedTypeFactory

    • Field Detail

      • SIGNED

        protected final javax.lang.model.element.AnnotationMirror SIGNED
        The @Signed annotation.
      • UNSIGNED

        protected final javax.lang.model.element.AnnotationMirror UNSIGNED
        The @Unsigned annotation.
      • SIGNEDNESS_GLB

        protected final javax.lang.model.element.AnnotationMirror SIGNEDNESS_GLB
        The @SignednessGlb annotation. Do not use @SignedPositive; use this instead.
      • SIGNED_POSITIVE

        protected final javax.lang.model.element.AnnotationMirror SIGNED_POSITIVE
        The @SignedPositive annotation.
      • SIGNEDNESS_BOTTOM

        protected final javax.lang.model.element.AnnotationMirror SIGNEDNESS_BOTTOM
        The @SignednessBottom annotation.
      • POLY_SIGNED

        protected final javax.lang.model.element.AnnotationMirror POLY_SIGNED
        The @PolySigned annotation.
    • Constructor Detail

      • SignednessAnnotatedTypeFactory

        public SignednessAnnotatedTypeFactory​(BaseTypeChecker checker)
        Create a SignednessAnnotatedTypeFactory.
        Parameters:
        checker - the type-checker associated with this type factory