Searched refs:TypeAnnotations (Results 1 – 3 of 3) sorted by relevance
233 interface TypeAnnotations extends Attribute { interface238 class RuntimeInvisibleTypeAnnotations implements TypeAnnotations {257 class RuntimeVisibleTypeAnnotations implements TypeAnnotations {
27 import com.google.turbine.bytecode.Attribute.TypeAnnotations;82 writeTypeAnnotation((Attribute.TypeAnnotations) attribute); in write()194 private void writeTypeAnnotation(TypeAnnotations attribute) { in writeTypeAnnotation()
888 TEST_F(FormatTestJS, TypeAnnotations) { in TEST_F() argument