public static class ControlFlowOps.InternalResolver.InternalEntryCacheKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
entryName
Internal entry name
|
boolean |
function
Function flag
|
int |
hashCode
Hash code
|
java.lang.String |
procName
Procedure name
|
| Constructor and Description |
|---|
InternalEntryCacheKey(java.lang.String procName,
java.lang.String entryName,
boolean function)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one.
|
int |
hashCode()
Returns a hash code value for the object.
|
public java.lang.String procName
public java.lang.String entryName
public boolean function
public int hashCode
public InternalEntryCacheKey(java.lang.String procName,
java.lang.String entryName,
boolean function)
procName - Procedure name.entryName - Internal entry name.function - Function flag.public int hashCode()
HashMap.hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the reference object with which to compare.true if this object is the same as the obj
argument; false otherwise.