com.contrastsecurity.rest
Class CodeObject

java.lang.Object
  extended by com.contrastsecurity.rest.CodeObject

public class CodeObject
extends Object

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

CodeObject

public CodeObject()
Method Detail

getHashCode

public String getHashCode()
Return the identity hash code of this object.

Returns:
the identity hash code of this object

isTracked

public boolean isTracked()
Return whether or not the object is tracked.

Returns:
whether or not the object is tracked

getValue

public String getValue()
Return the value of the object.

Returns:
the value of the object


Copyright © 2014. All Rights Reserved.