Uses of Class
de.grogra.xl.compiler.xl16u.semantics.XL16UCallableSignature
Packages that use XL16UCallableSignature
Package
Description
-
Uses of XL16UCallableSignature in de.grogra.xl.compiler
Methods in de.grogra.xl.compiler that return XL16UCallableSignatureMethods in de.grogra.xl.compiler that return types with arguments of type XL16UCallableSignature -
Uses of XL16UCallableSignature in de.grogra.xl.compiler.scope
Methods in de.grogra.xl.compiler.scope that return XL16UCallableSignature -
Uses of XL16UCallableSignature in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16UCallableSignatureModifier and TypeMethodDescriptionXL16UBackendMigrationHandoff.findDeclaredCallable(XL16UCallableSignature prototype) XL16UBackendMigrationHandoff.getCallableSignature(String name) XL16UCompilerScopeHandoff.getCallableSignature(String name) XL16UTypedAstNode.getCallableSignature()XL16UBackendMigrationHandoff.getCallableSignatureByGeneratedName(String generatedName) XL16UCompilerScopeHandoff.getCallableSignatureByGeneratedName(String generatedName) XL16UCallableFrontend.HeaderMatch.getSignature()Methods in de.grogra.xl.compiler.xl16u that return types with arguments of type XL16UCallableSignatureModifier and TypeMethodDescriptionXL16UBackendMigrationHandoff.getBackendCallableSignatures()XL16UBackendMigrationHandoff.getCallableSignatures()XL16UBackendMigrationHandoff.getCallableSignatures(String name) XL16UCompilerScopeHandoff.getCallableSignatures(String name) XL16UBackendMigrationHandoff.getCallableSignaturesOfKind(XL16UCallableKind kind) XL16UBackendMigrationHandoff.getFunctionSignatures()XL16UBackendMigrationHandoff.getGeneratedNameCallableSignatures()XL16UBackendMigrationHandoff.getModuleSignatures()XL16UBackendMigrationHandoff.getPhysicalCallableSignatures()Methods in de.grogra.xl.compiler.xl16u with parameters of type XL16UCallableSignatureModifier and TypeMethodDescriptionXL16UBackendMigrationHandoff.findDeclaredCallable(XL16UCallableSignature prototype) static XL16UTypedAstNodeXL16UTypedAstNode.of(XL16UTypedAstNode.Kind kind, String name, XL16UOffsetRange range, String sourceText, XL16USymbolMetadata symbolMetadata, XL16UCallableSignature callableSignature, XL16UAliasDefinition aliasDefinition, XL16UTypedAstDetail detail) -
Uses of XL16UCallableSignature in de.grogra.xl.compiler.xl16u.antlr
Methods in de.grogra.xl.compiler.xl16u.antlr that return XL16UCallableSignature -
Uses of XL16UCallableSignature in de.grogra.xl.compiler.xl16u.semantics
Methods in de.grogra.xl.compiler.xl16u.semantics that return XL16UCallableSignatureModifier and TypeMethodDescriptionXL16UCallableRegistry.define(XL16UCallableSignature signature) XL16UCallableRegistry.findByGeneratedName(String generatedName) XL16UCallableRegistry.findDeclaredCallable(XL16UCallableSignature prototype) XL16UCallableRegistry.InvocationResolution.getSelected()XL16UCallableSignature.withGeneratedName(String newGeneratedName) Methods in de.grogra.xl.compiler.xl16u.semantics that return types with arguments of type XL16UCallableSignatureModifier and TypeMethodDescriptionXL16UCallableRegistry.InvocationResolution.getFamily()XL16UCallableRegistry.InvocationResolution.getViableCandidates()XL16UCallableRegistry.values()Methods in de.grogra.xl.compiler.xl16u.semantics with parameters of type XL16UCallableSignatureModifier and TypeMethodDescriptionstatic XL16UValueContractXL16UCallBoundary.checkXLInvocation(XL16UCallableSignature callable, XL16UValueContract... arguments) static voidXL16UCallBoundary.checkXLReturn(XL16UCallableSignature callable, XL16UValueContract expression) XL16UCallableRegistry.define(XL16UCallableSignature signature) XL16UCallableRegistry.findDeclaredCallable(XL16UCallableSignature prototype) static StringXL16UCallableRegistry.generatedNameFor(XL16UCallableSignature signature, int indexInCollisionFamily) booleanXL16UCallableSignature.hasSameErasedSignatureAs(XL16UCallableSignature other) booleanXL16UCallableSignature.hasSameOverloadIdentityAs(XL16UCallableSignature other) booleanXL16UCallableSignature.hasSameParameterNamesAs(XL16UCallableSignature other) voidXL16UCallableRegistry.replace(XL16UCallableSignature original, XL16UCallableSignature replacement)