|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.contrastsecurity.rest.CodeObject
public class CodeObject
Represents a primitive/object in a method invocation. The parameters, "this", and return value are modeled with this object.
| Constructor Summary | |
|---|---|
CodeObject()
|
|
| Method Summary | |
|---|---|
String |
getHashCode()
Return the identity hash code of this object. |
String |
getValue()
Return the value of the object. |
boolean |
isTracked()
Return whether or not the object is tracked. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CodeObject()
| Method Detail |
|---|
public String getHashCode()
public boolean isTracked()
public String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||