public static class CodeStream.Signature
extends java.lang.Object
implements java.lang.Comparable<java.lang.Object>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
functionName
The code block name.
|
int |
numParameters
The number of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object object)
Compare this signature to the given object by comparing
their string representation lexicographically.
|
boolean |
equals(java.lang.Object object)
Return true if the given object is equal to this signature.
|
int |
hashCode()
Return the hash code for this channel.
|
java.lang.String |
toString()
Return the string format of this code block signature.
|
public java.lang.String functionName
public int numParameters
public int compareTo(java.lang.Object object)
toString()).compareTo in interface java.lang.Comparable<java.lang.Object>object - The given object.public boolean equals(java.lang.Object object)
equals in class java.lang.Objectobject - The given object.public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object