protected static interface EqualsMethod.NullValueGuard
null
value.Modifier and Type | Interface and Description |
---|---|
static class |
EqualsMethod.NullValueGuard.NoOp
A non-operational null value guard.
|
static class |
EqualsMethod.NullValueGuard.UsingJump
A null value guard that expects a reference type and that skips the comparison if both values are
null but returns if
the invoked instance's field value is null but not the compared instance's value. |
Modifier and Type | Method and Description |
---|---|
StackManipulation |
after()
Returns a stack manipulation to apply after computing equality.
|
StackManipulation |
before()
Returns a stack manipulation to apply before computing equality.
|
int |
getRequiredVariablePadding()
Returns the required padding for the local variable array to apply this guard.
|
StackManipulation before()
StackManipulation after()
int getRequiredVariablePadding()
Copyright © 2014–2022. All rights reserved.