Class ForeachScope
java.lang.Object
org.openzen.zenscript.codemodel.scope.BaseScope
org.openzen.zenscript.codemodel.scope.StatementScope
org.openzen.zenscript.codemodel.scope.ForeachScope
- All Implemented Interfaces:
TypeResolutionContext,TypeScope
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openzen.zenscript.codemodel.scope.BaseScope
BaseScope.DollarEvaluator -
Constructor Summary
Constructors -
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
-
Constructor Details
-
ForeachScope
-
-
Method Details