[Go to site: main page, start]

Interface ComplexMessage

interface ComplexMessage {
    declarations: CST.Declaration[];
    errors: MessageSyntaxError[];
    pattern: CST.Pattern;
    type: "complex";
}
Index

Properties

declarations: CST.Declaration[]
pattern: CST.Pattern
type: "complex"