public class MethodInfo
extends java.lang.Object
Constructor and Description |
---|
MethodInfo() |
Modifier and Type | Method and Description |
---|---|
ImmutabilityType |
getImmutabilityType() |
int |
getNumBytes() |
int |
getNumMethodCalls() |
void |
setImmutabilityType(ImmutabilityType imType) |
void |
setNumBytes(int numBytes) |
void |
setNumMethodCalls(int numCalls) |
java.lang.String |
toString() |
public int getNumBytes()
public void setNumBytes(int numBytes)
public int getNumMethodCalls()
public void setNumMethodCalls(int numCalls)
public ImmutabilityType getImmutabilityType()
public void setImmutabilityType(ImmutabilityType imType)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2014 MeBigFatGuy.com. All Rights Reserved.