Modifier and type | Action and description |
---|---|
org.eclipse.xtext.common.types.JvmAnnotationReference | findAnnotation(JvmAnnotationTarget,String) Find an annotation. |
java.lang.Boolean | findBooleanValue(JvmAnnotationReference) Extract the boolean value of the given annotation, if it exists. |
java.lang.Boolean | findBooleanValue(JvmAnnotationTarget,Class<T>) Extract the boolean value of the given annotation, if it exists. |
java.util.List<E> | findBooleanValues(JvmAnnotationReference) Extract the boolean values of the given annotation, if they exist. |
java.util.List<E> | findBooleanValues(JvmAnnotationTarget,Class<T>) Extract the boolean values of the given annotation, if they exist. |
java.lang.Integer | findIntValue(JvmAnnotationReference) Extract the integer value of the given annotation, if it exists. |
java.lang.Integer | findIntValue(JvmAnnotationTarget,Class<T>) Extract the integer value of the given annotation, if it exists. |
java.util.List<E> | findIntValues(JvmAnnotationReference) Extract the integer values of the given annotation, if they exist. |
java.util.List<E> | findIntValues(JvmAnnotationTarget,Class<T>) Extract the integer values of the given annotation, if they exist. |
java.lang.String | findStringValue(JvmAnnotationReference) Extract the string value of the given annotation, if it exists. |
java.lang.String | findStringValue(JvmAnnotationTarget,Class<T>) Extract the string value of the given annotation, if it exists. |
java.util.List<E> | findStringValues(JvmAnnotationReference) Extract the string values of the given annotation, if they exist. |
java.util.List<E> | findStringValues(JvmAnnotationTarget,Class<T>) Extract the string values of the given annotation, if they exist. |
java.util.List<E> | findTypeValues(JvmAnnotationReference) Extract the type values of the given annotation, if they exist. |
java.util.List<E> | findTypeValues(JvmAnnotationTarget,Class<T>) Extract the type values of the given annotation, if they exist. |
new
def findAnnotation(JvmAnnotationTarget,String) : org.eclipse.xtext.common.types.JvmAnnotationReference
def findBooleanValue(JvmAnnotationReference) : java.lang.Boolean
def findBooleanValue(JvmAnnotationTarget,Class<T>) : java.lang.Boolean
def findBooleanValues(JvmAnnotationReference) : java.util.List<E>
def findBooleanValues(JvmAnnotationTarget,Class<T>) : java.util.List<E>
def findIntValue(JvmAnnotationReference) : java.lang.Integer
def findIntValue(JvmAnnotationTarget,Class<T>) : java.lang.Integer
def findIntValues(JvmAnnotationReference) : java.util.List<E>
def findIntValues(JvmAnnotationTarget,Class<T>) : java.util.List<E>
def findStringValue(JvmAnnotationReference) : java.lang.String
def findStringValue(JvmAnnotationTarget,Class<T>) : java.lang.String
def findStringValues(JvmAnnotationReference) : java.util.List<E>
def findStringValues(JvmAnnotationTarget,Class<T>) : java.util.List<E>
def findTypeValues(JvmAnnotationReference) : java.util.List<E>
def findTypeValues(JvmAnnotationTarget,Class<T>) : java.util.List<E>