public interface IEolLibraryModule extends IModule
Modifier and Type | Method and Description |
---|---|
EolCompilationContext |
getCompilationContext() |
IEolContext |
getContext() |
List<ModelDeclaration> |
getDeclaredModelDeclarations() |
OperationList |
getDeclaredOperations() |
List<Import> |
getImports() |
Set<ModelDeclaration> |
getModelDelcarations() |
OperationList |
getOperations() |
IEolLibraryModule |
getParentModule() |
List<ParseProblem> |
getParseProblems() |
void |
setContext(IEolContext context) |
void |
setParentModule(IEolLibraryModule parent) |
buildModel, compile, getAst, getSourceUri, parse, parse, parse, parse, reset
getModuleElements
OperationList getDeclaredOperations()
OperationList getOperations()
List<ModelDeclaration> getDeclaredModelDeclarations()
Set<ModelDeclaration> getModelDelcarations()
IEolLibraryModule getParentModule()
void setParentModule(IEolLibraryModule parent)
IEolContext getContext()
void setContext(IEolContext context)
EolCompilationContext getCompilationContext()
List<ParseProblem> getParseProblems()
getParseProblems
in interface IModule
Copyright © 2016. All rights reserved.