Package org.pkl.core.ast.member
Class Lambda
- java.lang.Object
-
- org.pkl.core.ast.member.Member
-
- org.pkl.core.ast.member.Lambda
-
public class Lambda extends Member
-
-
Field Summary
-
Fields inherited from class org.pkl.core.ast.member.Member
headerSection, modifiers, name, qualifiedName, sourceSection
-
-
Constructor Summary
Constructors Constructor Description Lambda(com.oracle.truffle.api.source.SourceSection sourceSection, java.lang.String qualifiedName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable java.lang.StringgetCallSignature()For use in user-facing messages.-
Methods inherited from class org.pkl.core.ast.member.Member
getHeaderSection, getModifiers, getName, getNameOrNull, getQualifiedName, getSourceSection, isAbstract, isClass, isConst, isConstOrFixed, isExternal, isFixed, isGlob, isHidden, isImport, isLocal, isLocalOrExternalOrAbstract, isLocalOrExternalOrHidden, isType, isTypeAlias
-
-
-
-
Method Detail
-
getCallSignature
public @Nullable java.lang.String getCallSignature()
Description copied from class:MemberFor use in user-facing messages. Non-null iff getName() is non-null.- Specified by:
getCallSignaturein classMember
-
-