public abstract class CryptoSchemaContent
extends java.lang.Object
| Constructor and Description |
|---|
CryptoSchemaContent() |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<CryptoSchemaContent> |
_typeDescriptor() |
static CryptoSchemaContent |
create_Action(CryptoAction Action) |
static CryptoSchemaContent |
create_SchemaList(dafny.DafnySequence<? extends CryptoSchema> SchemaList) |
static CryptoSchemaContent |
create_SchemaMap(dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends CryptoSchema> SchemaMap) |
static CryptoSchemaContent |
Default() |
CryptoAction |
dtor_Action() |
dafny.DafnySequence<? extends CryptoSchema> |
dtor_SchemaList() |
dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends CryptoSchema> |
dtor_SchemaMap() |
boolean |
is_Action() |
boolean |
is_SchemaList() |
boolean |
is_SchemaMap() |
public static CryptoSchemaContent Default()
public static dafny.TypeDescriptor<CryptoSchemaContent> _typeDescriptor()
public static CryptoSchemaContent create_Action(CryptoAction Action)
public static CryptoSchemaContent create_SchemaMap(dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends CryptoSchema> SchemaMap)
public static CryptoSchemaContent create_SchemaList(dafny.DafnySequence<? extends CryptoSchema> SchemaList)
public boolean is_Action()
public boolean is_SchemaMap()
public boolean is_SchemaList()
public CryptoAction dtor_Action()
public dafny.DafnyMap<? extends dafny.DafnySequence<? extends java.lang.Character>,? extends CryptoSchema> dtor_SchemaMap()
public dafny.DafnySequence<? extends CryptoSchema> dtor_SchemaList()