Add this variable with another variable or a constant, and assign the result to a new
variable.
Add an annotation to this variable.
Access an element from this array.
Access the length of this array.
Compute the bitwise and of this variable with another variable or a constant, and assign
the result to a new variable.
void
Set an element into this array.
Box this primitive variable into its object peer.
Returns a boxed object type for this variable.
Cast this variable to another type, and assign the result to a new variable.
Returns the type of this variable, if bound to an existing class.
Assign a value of 0, false, or null to this variable, depending on its type.
Compute the bitwise complement of this variable and assign the result to a new variable.
Specify a static bootstrap method for dynamically generating constants, as found in the
class type of this variable.
void
Decrement this variable with another variable or a constant, and assign the result back
to this variable.
Divide this variable with another variable or a constant, and assign the result to a
new variable.
Determine if this variable is equal to another variable or constant, and assign
the result to a new boolean variable.
Access a static or instance field from the object referred to by this variable.
Determine if this variable is greater than or equal to another variable or constant, and
assign the result to a new boolean variable.
Return a new variable with the same type and value as this one.
Determine if this variable is greater than another variable or constant, and assign
the result to a new boolean variable.
default void
Convenience method to generate conditional code if this variable is equal to another
variable or constant.
default void
Convenience method to generate conditional code if this variable is equal to another
variable or constant.
void
Conditional goto if this variable is equal to another variable or constant.
default void
Convenience method to generate conditional code if this variable is false.
default void
Convenience method to generate conditional code if this variable is false.
void
Conditional goto if this variable is false.
default void
Convenience method to generate conditional code if this variable is greater than or
equal to another variable or constant.
default void
Convenience method to generate conditional code if this variable is greater than or
equal to another variable or constant.
void
Conditional goto if this variable is greater than or equal to another variable or
constant.
default void
Convenience method to generate conditional code if this variable is greater than another
variable or constant.
default void
Convenience method to generate conditional code if this variable is greater than another
variable or constant.
void
Conditional goto if this variable is greater than another variable or constant.
default void
Convenience method to generate conditional code if this variable is less than or equal
to another variable or constant.
default void
Convenience method to generate conditional code if this variable is less than or equal
to another variable or constant.
void
Conditional goto if this variable is less than or equal to another variable or
constant.
default void
Convenience method to generate conditional code if this variable is less than another
variable or constant.
default void
Convenience method to generate conditional code if this variable is less than another
variable or constant.
void
Conditional goto if this variable is less than another variable or constant.
default void
Convenience method to generate conditional code if this variable is not equal to another
variable or constant.
default void
Convenience method to generate conditional code if this variable is not equal to another
variable or constant.
void
Conditional goto if this variable is not equal to another variable or constant.
default void
Convenience method to generate conditional code if this variable is true.
default void
Convenience method to generate conditional code if this variable is true.
void
Conditional goto if this variable is true.
void
Increment this variable with another variable or a constant, and assign the result back
to this variable.
Specify a static bootstrap method for dynamically generating methods, as found in the
class type of this variable.
Determine if this variable is an instance of the given class or interface, and assign
the result to a new boolean variable.
Invoke a static or instance method on the object referenced by this variable.
Invoke a static or instance method on the object referenced by this variable.
Determine if this variable is less than or equal to another variable or constant, and
assign the result to a new boolean variable.
Determine if this variable is less than another variable or constant, and assign the
result to a new boolean variable.
Returns the type of this variable, if bound to a class which is being made.
Returns a
MethodHandle variable which can invoke a static or instance method on
the object referenced by this variable.
Returns the MethodMaker that this variable belongs to.
void
Enter a synchronized block on this variable.
void
Exit a synchronized block on this variable.
Multiply this variable with another variable or a constant, and assign the result to a
new variable.
Returns the name of this variable, which is null if it's unnamed.
Determine if this variable is not equal to another variable or constant, and assign the
result to a new boolean variable.
Negate the value of this variable and assign the result to a new variable.
Compute the logical negation of this boolean variable, and assign the result to a new
variable.
Compute the bitwise or of this variable with another variable or a constant, and assign
the result to a new variable.
Compute the division remainder of this variable with another variable or a constant,
and assign the result to a new variable.
Assign a value to this variable, either from another variable or from a constant.
Assign an exact object instance to this variable, supported only when the class is built
dynamically instead of loaded from a file.
Compute the bitwise left shift of this variable with another variable or a constant, and
assign the result to a new variable.
Compute the bitwise right shift of this variable with another variable or a constant,
and assign the result to a new variable.
Subtract this variable with another variable or a constant, and assign the result to a
new variable.
void
Generates a switch statement against this int or non-null Integer
variable.
void
Generates a switch statement against this non-null Enum variable.
void
Generates a switch statement against this non-null variable, of any type.
void
Generates a switch statement against this non-null String variable.
void
Convenience method for defining a synchronized block on this variable.
void
Throw the exception object referred to by this variable.
Returns the type of this variable.
Unbox this object variable into its primitive peer.
Returns an unboxed primitive type for this variable.
Compute the bitwise unsigned right shift of this variable with another variable or a
constant, and assign the result to a new variable.
Compute the bitwise xor of this variable with another variable or a constant, and assign
the result to a new variable.