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