Uses of Class
serp.bytecode.Annotation.Property.Value
Packages that use Annotation.Property.Value
-
Uses of Annotation.Property.Value in serp.bytecode
Fields in serp.bytecode declared as Annotation.Property.ValueModifier and TypeFieldDescriptionprivate final Annotation.Property.ValueAnnotation.Property._valueprivate Annotation.Property.Value[]Annotation.Property._valuesMethods in serp.bytecode with parameters of type Annotation.Property.ValueModifier and TypeMethodDescriptionprivate intAnnotation.Property.getLength(Annotation.Property.Value val) Return the length of the given value.private ObjectAnnotation.Property.getValue(Annotation.Property.Value val) Extract the Java value.private voidAnnotation.Property.read(Annotation.Property.Value val, int tag, DataInput in) Read data into the given value.private voidAnnotation.Property.setClassNameValue(Annotation.Property.Value val, String o) Set the class value of this property.private voidAnnotation.Property.setValue(Annotation.Property.Value val, boolean o) Set the boolean value of this property.private voidAnnotation.Property.setValue(Annotation.Property.Value val, byte o) Set the byte value of this property.private voidAnnotation.Property.setValue(Annotation.Property.Value val, double o) Set the double value of this property.private voidAnnotation.Property.setValue(Annotation.Property.Value val, float o) Set the float value of this property.private voidAnnotation.Property.setValue(Annotation.Property.Value val, int o) Set the int value of this property.private voidAnnotation.Property.setValue(Annotation.Property.Value val, long o) Set the long value of this property.private voidAnnotation.Property.setValue(Annotation.Property.Value val, short o) Set the short value of this property.private voidAnnotation.Property.setValue(Annotation.Property.Value val, Object o) Set the given value.private voidAnnotation.Property.setValue(Annotation.Property.Value val, String o) Set the string value of this property.private AnnotationAnnotation.Property.setValue(Annotation.Property.Value val, Annotation o) Set the annotation value of this property by importing the given annotation from another instance.private voidAnnotation.Property.write(Annotation.Property.Value val, DataOutput out) Write the data for the given value to the stream.