|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Declaration | |
---|---|
orc.ast.extended.declaration | |
orc.ast.extended.declaration.type | |
orc.ast.extended.expression | |
orc.parser | The Orc parser. |
Uses of Declaration in orc.ast.extended.declaration |
---|
Subclasses of Declaration in orc.ast.extended.declaration | |
---|---|
class |
ClassDeclaration
Declaration of a class proxy. |
class |
DefsDeclaration
A group of defined expressions, together as a declaration. |
class |
IncludeDeclaration
Group together a series of declarations which were included from the same file. |
class |
SiteDeclaration
Declaration of a site. |
class |
ValDeclaration
|
Fields in orc.ast.extended.declaration with type parameters of type Declaration | |
---|---|
java.util.List<Declaration> |
IncludeDeclaration.decls
|
Constructor parameters in orc.ast.extended.declaration with type arguments of type Declaration | |
---|---|
IncludeDeclaration(java.util.List<Declaration> decls,
java.lang.String sourceFile)
|
Uses of Declaration in orc.ast.extended.declaration.type |
---|
Subclasses of Declaration in orc.ast.extended.declaration.type | |
---|---|
class |
DatatypeDeclaration
Declaration of a variant type. |
class |
TypeAliasDeclaration
Creating a new alias for an existing type. |
class |
TypeDeclaration
Declaration of an external type. |
Uses of Declaration in orc.ast.extended.expression |
---|
Fields in orc.ast.extended.expression declared as Declaration | |
---|---|
Declaration |
Declare.d
|
Constructors in orc.ast.extended.expression with parameters of type Declaration | |
---|---|
Declare(Declaration d,
Expression e)
|
Uses of Declaration in orc.parser |
---|
Methods in orc.parser that return types with arguments of type Declaration | |
---|---|
java.util.List<Declaration> |
OrcParser.parseModule()
Parse the input as a module (declarations only). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |