Uses of Enum Class
de.grogra.xl.compiler.xl16u.semantics.XL16UCallableKind
Packages that use XL16UCallableKind
-
Uses of XL16UCallableKind in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u with parameters of type XL16UCallableKindModifier and TypeMethodDescriptionintXL16UBackendMigrationHandoff.getCallableSignatureCountOfKind(XL16UCallableKind kind) XL16UBackendMigrationHandoff.getCallableSignaturesOfKind(XL16UCallableKind kind) booleanXL16UBackendMigrationHandoff.hasCallableSignaturesOfKind(XL16UCallableKind kind) -
Uses of XL16UCallableKind in de.grogra.xl.compiler.xl16u.semantics
Methods in de.grogra.xl.compiler.xl16u.semantics that return XL16UCallableKindModifier and TypeMethodDescriptionXL16UCallableSignature.getKind()static XL16UCallableKindReturns the enum constant of this class with the specified name.static XL16UCallableKind[]XL16UCallableKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.grogra.xl.compiler.xl16u.semantics with parameters of type XL16UCallableKindModifierConstructorDescriptionXL16UCallableSignature(String name, XL16UCallableKind kind, List<XL16USymbolMetadata> parameters, XL16UValueContract returnContract) XL16UCallableSignature(String name, String generatedName, XL16UCallableKind kind, List<XL16USymbolMetadata> parameters, XL16UValueContract returnContract)