Class StatementScope
java.lang.Object
org.openzen.zenscript.codemodel.scope.BaseScope
org.openzen.zenscript.codemodel.scope.StatementScope
- All Implemented Interfaces:
TypeResolutionContext,TypeScope
- Direct Known Subclasses:
BlockScope,ForeachScope,FunctionScope,GlobalScriptScope,LambdaScope,LoopScope
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openzen.zenscript.codemodel.scope.BaseScope
BaseScope.DollarEvaluator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddefineVariable(VarStatement variable) get(CodePosition position, GenericName name) Methods inherited from class org.openzen.zenscript.codemodel.scope.BaseScope
getDollar, getFunctionHeader, getLoop, getOuterInstance, getTypeMembers, getTypeRegistryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openzen.zenscript.codemodel.context.TypeResolutionContext
getAnnotation, getRootPackage, getThisType, getTypeMethods inherited from interface org.openzen.zenscript.codemodel.scope.TypeScope
getLocalTypeParameters, getMemberCache, getPreparer
-
Constructor Details
-
StatementScope
public StatementScope()
-
-
Method Details
-
defineVariable
-