Class FunctionScope
java.lang.Object
org.openzen.zenscript.codemodel.scope.BaseScope
org.openzen.zenscript.codemodel.scope.StatementScope
org.openzen.zenscript.codemodel.scope.FunctionScope
- All Implemented Interfaces:
TypeResolutionContext,TypeScope
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openzen.zenscript.codemodel.scope.BaseScope
BaseScope.DollarEvaluator -
Constructor Summary
ConstructorsConstructorDescriptionFunctionScope(CodePosition position, BaseScope outer, FunctionHeader header) FunctionScope(CodePosition position, BaseScope outer, FunctionHeader header, BaseScope.DollarEvaluator dollar) -
Method Summary
Modifier and TypeMethodDescriptionget(CodePosition position, GenericName name) getAnnotation(String name) getOuterInstance(CodePosition position) getType(CodePosition position, List<GenericName> name) Methods inherited from class org.openzen.zenscript.codemodel.scope.StatementScope
defineVariableMethods inherited from class org.openzen.zenscript.codemodel.scope.BaseScope
getTypeMembers, getTypeRegistry