Uses of Record Class
io.github.protasm.jvmud.compiler.efun.EfunSignature
Packages that use EfunSignature
Package
Description
LPC-facing engine function contracts.
Expression-level AST nodes.
-
Uses of EfunSignature in io.github.protasm.jvmud.compiler.efun
Methods in io.github.protasm.jvmud.compiler.efun that return EfunSignatureModifier and TypeMethodDescriptionEfun.signature()Returns the function signature exposed to the compiler and runtime lookup tables.Methods in io.github.protasm.jvmud.compiler.efun that return types with arguments of type EfunSignatureModifier and TypeMethodDescriptionEfunRegistry.signatures(String name) Returns all registered signatures for a function name. -
Uses of EfunSignature in io.github.protasm.jvmud.compiler.parser.ast.expr
Methods in io.github.protasm.jvmud.compiler.parser.ast.expr that return EfunSignature