Interface TypeResolutionContext
- All Known Subinterfaces:
TypeScope
- All Known Implementing Classes:
BaseScope,BlockScope,DefinitionScope,ExpressionScope,FileResolutionContext,FileScope,ForeachScope,FunctionScope,GlobalScriptScope,ImplementationScope,LambdaScope,LocalTypeResolutionContext,LoopScope,ModuleTypeResolutionContext,StatementScope
public interface TypeResolutionContext
-
Method Summary
Modifier and TypeMethodDescriptiongetAnnotation(String name) getType(CodePosition position, List<GenericName> name)
-
Method Details
-
getRootPackage
ZSPackage getRootPackage() -
getTypeRegistry
GlobalTypeRegistry getTypeRegistry() -
getAnnotation
-
getThisType
TypeID getThisType()
-