Class LocalTypeResolutionContext
java.lang.Object
org.openzen.zenscript.codemodel.context.LocalTypeResolutionContext
- All Implemented Interfaces:
TypeResolutionContext
-
Constructor Summary
ConstructorsConstructorDescriptionLocalTypeResolutionContext(TypeResolutionContext outer, CompilingType type, TypeParameter[] parameters) -
Method Summary
Modifier and TypeMethodDescriptiongetAnnotation(String name) getType(CodePosition position, List<GenericName> name)
-
Constructor Details
-
LocalTypeResolutionContext
public LocalTypeResolutionContext(TypeResolutionContext outer, CompilingType type, TypeParameter[] parameters)
-
-
Method Details
-
getRootPackage
- Specified by:
getRootPackagein interfaceTypeResolutionContext
-
getTypeRegistry
- Specified by:
getTypeRegistryin interfaceTypeResolutionContext
-
getAnnotation
- Specified by:
getAnnotationin interfaceTypeResolutionContext
-
getThisType
- Specified by:
getThisTypein interfaceTypeResolutionContext
-