public class ContractDesp
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
java.util.List<AnnotationNode> |
annotations |
java.lang.String |
contractID |
java.lang.String |
contractName |
java.util.Set<java.lang.String> |
dependentContracts |
java.util.Map<java.lang.String,REvent.REventSemantics> |
events |
java.util.Collection<FunctionDesp> |
exportedFunctions |
ContractExecType |
type |
YjsType |
yjsType |
| 构造器和说明 |
|---|
ContractDesp() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getIsMaster() |
void |
setIsMaster(boolean b) |
public java.lang.String contractID
public java.lang.String contractName
public java.util.Map<java.lang.String,REvent.REventSemantics> events
public java.util.Collection<FunctionDesp> exportedFunctions
public ContractExecType type
public YjsType yjsType
public java.util.List<AnnotationNode> annotations
public java.util.Set<java.lang.String> dependentContracts