public static class EthCompileSolidity.CompiledSolidity
extends java.lang.Object
| Constructor and Description |
|---|
CompiledSolidity() |
CompiledSolidity(EthCompileSolidity.Code test) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
EthCompileSolidity.Code |
getTest() |
int |
hashCode() |
void |
setTest(EthCompileSolidity.Code test) |
public CompiledSolidity()
public CompiledSolidity(EthCompileSolidity.Code test)
public EthCompileSolidity.Code getTest()
public void setTest(EthCompileSolidity.Code test)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object