| Package | Description |
|---|---|
| wyil.builders | |
| wyil.lang |
Provides core classes for representing WYIL modules and bytecodes.
|
| Modifier and Type | Method and Description |
|---|---|
WyilFile.FunctionOrMethodOrProperty |
VerificationConditionGenerator.lookupFunctionOrMethodOrProperty(wybs.lang.NameID name,
Type.FunctionOrMethod fun,
SyntaxTree.Location<?> stmt)
Lookup a given function or method.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
WyilFile.FunctionOrMethod |
static class |
WyilFile.Property |
| Modifier and Type | Method and Description |
|---|---|
WyilFile.FunctionOrMethodOrProperty |
WyilFile.functionOrMethodOrProperty(String name,
Type.FunctionOrMethod ft)
Looks up a function or method declaration in this WyilFile with the given
name and type; if none exists, returns null.
|
| Modifier and Type | Method and Description |
|---|---|
List<WyilFile.FunctionOrMethodOrProperty> |
WyilFile.functionOrMethodOrProperty(String name)
Returns all function or method declarations in this WyilFile with the
given name.
|
Copyright © 2017. All rights reserved.