Class JavaTypesHelper


  • public final class JavaTypesHelper
    extends java.lang.Object
    Since:
    2.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean hasPureAnnotation​(org.eclipse.xtext.common.types.JvmOperation jvmOperation)  
      static boolean is​(org.eclipse.xtext.common.types.JvmType type, java.lang.Class<?> clazz)
      Copied from TypeReferences.is(JvmType,Class) to make functionality available without injection
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • is

        public static boolean is​(org.eclipse.xtext.common.types.JvmType type,
                                 java.lang.Class<?> clazz)
        Copied from TypeReferences.is(JvmType,Class) to make functionality available without injection
      • hasPureAnnotation

        public static boolean hasPureAnnotation​(org.eclipse.xtext.common.types.JvmOperation jvmOperation)