Home
last modified time | relevance | path

Searched defs:AnnotationValue (Results 1 – 2 of 2) sorted by relevance

/external/turbine/java/com/google/turbine/binder/bound/
DAnnotationValue.java25 public class AnnotationValue extends Const { class
30 public AnnotationValue(ClassSymbol sym, ImmutableMap<String, Const> values) { in AnnotationValue() method in AnnotationValue
/external/turbine/java/com/google/turbine/bytecode/
DClassFile.java473 class AnnotationValue implements ElementValue { class
477 public AnnotationValue(AnnotationInfo annotation) { in AnnotationValue() method in ClassFile.AnnotationInfo.ElementValue.AnnotationValue