public class InlineCacheGuardPosition extends NodeSourcePosition
| Constructor and Description |
|---|
InlineCacheGuardPosition(NodeSourcePosition callStack,
ResolvedJavaType dispatchedType,
ResolvedJavaMethod targetMethod) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ResolvedJavaType |
getDispatchedType() |
ResolvedJavaMethod |
getTargetMethod() |
int |
hashCode() |
String |
toString() |
addCaller, addCaller, addCaller, addCaller, depth, getCaller, getMarker, getRootMethod, getSourceLanguage, isPlaceholder, isSubstitution, iterator, placeholder, placeholder, substitution, substitution, substitution, substitution, trim, verify, verifyRootMethodforEach, spliteratorpublic InlineCacheGuardPosition(NodeSourcePosition callStack, ResolvedJavaType dispatchedType, ResolvedJavaMethod targetMethod)
public ResolvedJavaType getDispatchedType()
public ResolvedJavaMethod getTargetMethod()
public int hashCode()
hashCode in class NodeSourcePositionpublic boolean equals(Object obj)
equals in class NodeSourcePositionpublic String toString()
toString in class NodeSourcePosition