public final class Probe extends Object
Constructor and Description |
---|
Probe(int arrayIndex,
Node node,
javassist.CtBehavior ctBehavior)
Creates a new
Probe object. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getArrayIndex()
Returns the array index.
|
javassist.CtBehavior |
getCtBehavior()
Returns the correspondent
CtBehavior object of a probe. |
Node |
getNode()
Returns the correspondent
Node object. |
int |
hashCode() |
boolean |
isProbeInClassInitialiser()
Returns true if this probe has been injected in a class initialiser (static initialiser).
|
String |
toString() |
public int getArrayIndex()
public javassist.CtBehavior getCtBehavior()
CtBehavior
object of a probe.public boolean isProbeInClassInitialiser()
true
if this probe has been injected in a class initialiser, false
otherwise.Copyright © 2010–2019 GZoltar. All rights reserved.