public interface IFileScopeRequestResult extends IRequestResult
Modifier and Type | Method and Description |
---|---|
Collection<ICompilerProblem> |
checkExternallyVisibleDefinitions(String dottedQName)
Create compiler problems if the a definition with the specified dotted
qualified name is not defined in the
IASScope s in this result
object or if there is an externally visible definition other than the
named definition. |
Collection<IDefinition> |
getExternallyVisibleDefinitions() |
IDefinition |
getMainDefinition(String qname) |
IASScope[] |
getScopes() |
getProblems
IASScope[] getScopes()
IDefinition getMainDefinition(String qname)
Collection<IDefinition> getExternallyVisibleDefinitions()
Collection<ICompilerProblem> checkExternallyVisibleDefinitions(String dottedQName)
IASScope
s in this result
object or if there is an externally visible definition other than the
named definition.dottedQName
- The dotted fully qualified definition name of the definition that should
be the only definition in the IASScope
s in this result object.Collection
of ICompilerProblem
sCopyright © 2016 The Apache Software Foundation. All rights reserved.