Home
last modified time | relevance | path

Searched refs:bindAnnotationValue (Results 1 – 1 of 1) sorted by relevance

/external/turbine/java/com/google/turbine/binder/bytecode/
DBytecodeBinder.java128 return bindAnnotationValue(type, ((ElementValue.AnnotationValue) value).annotation()); in bindValue()
133 static AnnotationValue bindAnnotationValue(Type type, AnnotationInfo value) { in bindAnnotationValue() method
145 AnnotationValue anno = bindAnnotationValue(Type.VOID, annotation); in bindAnnotations()