public class ABCFileScopeRequestResult extends FileScopeRequestResultBase
definitions
Constructor and Description |
---|
ABCFileScopeRequestResult(Collection<ICompilerProblem> problems,
Collection<IASScope> scopes)
ABCCompilationUnit allows multiple public visible definitions. |
Modifier and Type | Method and Description |
---|---|
IDefinition |
getMainDefinition(String qname)
ABC compilation unit can have multiple public definitions in a script, so
it doesn't know which one is the "main" definition.
|
addProblems, checkExternallyVisibleDefinitions, getExternallyVisibleDefinitions, getFileScopes, getProblems, getScopes
public ABCFileScopeRequestResult(Collection<ICompilerProblem> problems, Collection<IASScope> scopes)
ABCCompilationUnit
allows multiple public visible definitions.problems
- compiler problemsscopes
- file scopepublic IDefinition getMainDefinition(String qname)
getMainDefinition
in interface IFileScopeRequestResult
getMainDefinition
in class FileScopeRequestResultBase
Copyright © 2016 The Apache Software Foundation. All rights reserved.