Package org.pkl.core.ast.builder
Class SymbolTable.ModuleScope
- java.lang.Object
-
- org.pkl.core.ast.builder.SymbolTable.Scope
-
- org.pkl.core.ast.builder.SymbolTable.ModuleScope
-
- Enclosing class:
- SymbolTable
public static final class SymbolTable.ModuleScope extends SymbolTable.Scope
-
-
Constructor Summary
Constructors Constructor Description ModuleScope(ModuleInfo moduleInfo)
-
Method Summary
-
Methods inherited from class org.pkl.core.ast.builder.SymbolTable.Scope
buildFrameDescriptor, getConstDepth, getConstLevel, getForGeneratorVariables, getLexicalScope, getName, getNameOrNull, getParent, getQualifiedName, getTypeParameter, isClassMemberScope, isClassScope, isCustomThisScope, isLambdaScope, isLexicalScope, isModuleScope, popForGeneratorVariable, pushForGeneratorVariableContext, skipLambdaScopes
-
-
-
-
Constructor Detail
-
ModuleScope
public ModuleScope(ModuleInfo moduleInfo)
-
-