Represents an abstract annotations attribute in a class file that can contain annotations for multiple entities,
like for method parameters or local variables.
Meta-annotation that specifies what Boolean operation is used to combine the predicate annotations
contained in the annotation that is annotated by this meta-annotation.
"Template class" that will be cloned and used for the automatically generated predicates
of compound predicate annotations created using the @Combine meta-annotation.
Annotation for a class signaling that the class should not be instrumented by instrumentors matching
the names in the semicolon-separated list class name patterns.
Get the bytecode for this instruction, padded for the specified program counter value, with branch targets
according to the specified line number table
Get the bytecode for this instruction, padded for the specified program counter value, with branch targets
according to the specified line number table * @param pc PC for padding
Get the bytecode for this instruction, padded for the specified program counter value, with branch targets
according to the specified line number table
Get the bytecode for this instruction, padded for the specified program counter value, with branch targets
according to the specified line number table
Get the bytecode for this instruction, padded for the specified program counter value, with branch targets
according to the specified line number table
Get the bytecode for this instruction, padded for the specified program counter value, with branch targets
according to the specified line number table
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null :
cause.toString()) (which typically contains the class and detail message of cause).
Tells the Thread Checker to ignore subtyping warnings that may arise because this class or method
has a certain annotation, but the superclass or method in the superclass does not.
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null :
cause.toString()) (which typically contains the class and detail message of cause).
Prefix for the parameter that specifies whether the method attribute of a @PredicateLink
annotation gets updated to include the order of the parameters.
The values from the annotation, including default values if a value was not specified at
the usage site and a default value was defined, in the order of the parameters in the predicate method.
The directory where the generated class files go, corresponding to the package in _predicatePackage,
or null if none set (that is ok unless we have to auto-generate class files).