Property | Type | Description |
---|
Method | Description | |
---|---|---|
Dispatch ( ICodeAndContractVisitor visitor ) : void |
Calls the visitor.Visit(T) method where T is the most derived object model node interface type implemented by the concrete type of the object implementing IContractElement.
|
Method | Description | |
---|---|---|
ContractElement ( ) : System |
Creates a fresh contract element with no information in it.
|
|
ContractElement ( IContractElement element ) : System |
Creates a contract element that shares all of the information in element.
|
protected ContractElement ( IContractElement element ) : System | ||
element | IContractElement | |
return | System |
public abstract Dispatch ( ICodeAndContractVisitor visitor ) : void | ||
visitor | ICodeAndContractVisitor | |
return | void |