| Package | Description |
|---|---|
| wyal.commands | |
| wyal.io | |
| wyal.lang | |
| wyal.util | |
| wytp.provers |
| Modifier and Type | Field and Description |
|---|---|
protected wyfs.lang.Content.Filter<WyalFile> |
VerifyCommand.wyalExcludes
Identifies which wyal source files should not be considered for
compilation.
|
protected wyfs.lang.Content.Filter<WyalFile> |
VerifyCommand.wyalIncludes
Identifies which wyal source files should be considered for compilation.
|
| Modifier and Type | Method and Description |
|---|---|
protected VerifyCommand.Result |
VerifyCommand.compile(wybs.util.StdProject project,
List<wyfs.lang.Path.Entry<WyalFile>> entries) |
VerifyCommand.Result |
VerifyCommand.execute(List<wyfs.lang.Path.Entry<WyalFile>> entries) |
| Modifier and Type | Method and Description |
|---|---|
WyalFile |
WyalFileParser.read()
Read a
WyalFile from the token stream. |
| Modifier and Type | Method and Description |
|---|---|
protected WyalFile.Declaration |
WyalFileParser.parseAssertDeclaration(WyalFile parent)
Parse an
assert declaration in a WyAL source file. |
protected WyalFile.Declaration |
WyalFileParser.parseFunctionDeclaration(WyalFile parent) |
protected WyalFile.Declaration |
WyalFileParser.parseMacroDeclaration(WyalFile parent) |
protected WyalFile.Declaration |
WyalFileParser.parseTypeDeclaration(WyalFile parent)
Parse a
type declaration in a WyAL source file. |
void |
WyalFilePrinter.write(WyalFile wf) |
void |
WyalFilePrinter.write(WyalFile wf,
WyalFile.Declaration.Assert s) |
void |
WyalFilePrinter.write(WyalFile wf,
WyalFile.Declaration.Named.Function s) |
void |
WyalFilePrinter.write(WyalFile wf,
WyalFile.Declaration.Named.Macro s) |
void |
WyalFilePrinter.write(WyalFile wf,
WyalFile.Declaration.Named.Type s) |
void |
WyalFilePrinter.writeSyntacticItems(WyalFile wf) |
| Constructor and Description |
|---|
EnclosingScope(WyalFile parent) |
WyalFileParser(WyalFile file,
List<WyalFileLexer.Token> tokens) |
| Constructor and Description |
|---|
WyalFileLexer(wyfs.lang.Path.Entry<WyalFile> entry) |
| Modifier and Type | Field and Description |
|---|---|
static wyfs.lang.Content.Type<WyalFile> |
WyalFile.BinaryContentType |
static wyfs.lang.Content.Type<WyalFile> |
WyalFile.ContentType |
| Modifier and Type | Method and Description |
|---|---|
wyfs.lang.Path.Entry<WyalFile> |
WyalFile.getEntry() |
| Constructor and Description |
|---|
WyalFile(wyfs.lang.Path.Entry<WyalFile> entry) |
| Modifier and Type | Method and Description |
|---|---|
WyalFile |
WyalFileResolver.getWyalFile(wybs.lang.SyntacticHeap heap) |
| Constructor and Description |
|---|
TypeChecker(TypeSystem typeSystem,
WyalFile parent,
wyfs.lang.Path.Entry<? extends wybs.lang.CompilationUnit> originatingEntry) |
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatedTheoremProver.check(WyalFile source,
wyfs.lang.Path.Entry<?> originalSource) |
Copyright © 2017. All rights reserved.