Package org.pkl.core.ast.builder
Class SymbolTable.EntryScope
java.lang.Object
org.pkl.core.ast.builder.SymbolTable.Scope
org.pkl.core.ast.builder.SymbolTable.EntryScope
- Enclosing class:
- SymbolTable
-
Constructor Summary
ConstructorsConstructorDescriptionEntryScope(SymbolTable.Scope parent, String qualifiedName, com.oracle.truffle.api.frame.FrameDescriptor.Builder frameDescriptorBuilder) -
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 Details
-
EntryScope
public EntryScope(SymbolTable.Scope parent, String qualifiedName, com.oracle.truffle.api.frame.FrameDescriptor.Builder frameDescriptorBuilder)
-