Class EclipseTypeUtilsDecorator

    • Field Detail

      • delegate

        private final javax.lang.model.util.Types delegate
    • Constructor Detail

      • EclipseTypeUtilsDecorator

        EclipseTypeUtilsDecorator​(javax.annotation.processing.ProcessingEnvironment processingEnv)
    • Method Detail

      • contains

        public boolean contains​(javax.lang.model.type.TypeMirror t1,
                                javax.lang.model.type.TypeMirror t2)
        Specified by:
        contains in interface javax.lang.model.util.Types
        Overrides:
        contains in class AbstractTypeUtilsDecorator
      • containsType

        private boolean containsType​(javax.lang.model.type.TypeMirror t1,
                                     javax.lang.model.type.TypeMirror t2)