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.java126 return bindAnnotationValue(((ElementValue.ConstTurbineAnnotationValue) value).annotation()); in bindValue()
131 static TurbineAnnotationValue bindAnnotationValue(AnnotationInfo value) { in bindAnnotationValue() method
143 TurbineAnnotationValue anno = bindAnnotationValue(annotation); in bindAnnotations()