public class StaticConstantVariableProbabilityPool extends Object implements ConstantPool
| Constructor and Description |
|---|
StaticConstantVariableProbabilityPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object object)
add
|
double |
getRandomDouble()
getRandomDouble
|
float |
getRandomFloat()
getRandomFloat
|
int |
getRandomInt()
getRandomInt
|
long |
getRandomLong()
getRandomLong
|
String |
getRandomString()
getRandomString
|
org.objectweb.asm.Type |
getRandomType()
getRandomType
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic StaticConstantVariableProbabilityPool()
public String getRandomString()
getRandomString
getRandomString in interface ConstantPoolString object.public org.objectweb.asm.Type getRandomType()
ConstantPoolgetRandomType
getRandomType in interface ConstantPoolType object.public int getRandomInt()
getRandomInt
getRandomInt in interface ConstantPoolpublic float getRandomFloat()
getRandomFloat
getRandomFloat in interface ConstantPoolpublic double getRandomDouble()
getRandomDouble
getRandomDouble in interface ConstantPoolpublic long getRandomLong()
getRandomLong
getRandomLong in interface ConstantPoolpublic void add(Object object)
add
add in interface ConstantPoolobject - a Object object.Copyright © 2010–2017 EvoSuite. All rights reserved.