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.Value
Annotation.Property._value
private Annotation.Property.Value[]
Annotation.Property._values
Methods in serp.bytecode with parameters of type Annotation.Property.ValueModifier and TypeMethodDescriptionprivate int
Annotation.Property.getLength
(Annotation.Property.Value val) Return the length of the given value.private Object
Annotation.Property.getValue
(Annotation.Property.Value val) Extract the Java value.private void
Annotation.Property.read
(Annotation.Property.Value val, int tag, DataInput in) Read data into the given value.private void
Annotation.Property.setClassNameValue
(Annotation.Property.Value val, String o) Set the class value of this property.private void
Annotation.Property.setValue
(Annotation.Property.Value val, boolean o) Set the boolean value of this property.private void
Annotation.Property.setValue
(Annotation.Property.Value val, byte o) Set the byte value of this property.private void
Annotation.Property.setValue
(Annotation.Property.Value val, double o) Set the double value of this property.private void
Annotation.Property.setValue
(Annotation.Property.Value val, float o) Set the float value of this property.private void
Annotation.Property.setValue
(Annotation.Property.Value val, int o) Set the int value of this property.private void
Annotation.Property.setValue
(Annotation.Property.Value val, long o) Set the long value of this property.private void
Annotation.Property.setValue
(Annotation.Property.Value val, short o) Set the short value of this property.private void
Annotation.Property.setValue
(Annotation.Property.Value val, Object o) Set the given value.private void
Annotation.Property.setValue
(Annotation.Property.Value val, String o) Set the string value of this property.private Annotation
Annotation.Property.setValue
(Annotation.Property.Value val, Annotation o) Set the annotation value of this property by importing the given annotation from another instance.private void
Annotation.Property.write
(Annotation.Property.Value val, DataOutput out) Write the data for the given value to the stream.