Class JavaTypesHelper
- java.lang.Object
-
- org.eclipse.viatra.query.patternlanguage.emf.helper.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
-
-
-
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)
-
-