| Package | Description |
|---|---|
| wyc.lang |
Provides core classes for the Abstract Syntax Tree (AST) used to represent Whiley source files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WhileyFile.Constant
Represents a constant declaration in a Whiley source file, which has the
form:
|
class |
WhileyFile.Function
Represents a function declaration in a Whiley source file.
|
class |
WhileyFile.FunctionOrMethodOrProperty
Represents a function declaration or method declaration in
a Whiley source file which have the form:
|
class |
WhileyFile.Method
Represents a method declaration in a Whiley source file.
|
class |
WhileyFile.Property
Represents a function declaration in a Whiley source file.
|
class |
WhileyFile.Type
Represents a type declaration in a Whiley source file, which has the
form:
|
| Modifier and Type | Method and Description |
|---|---|
WhileyFile.NamedDeclaration |
WhileyFile.declaration(String name) |
Copyright © 2017. All rights reserved.