Uses of Record Class
org.ek9lang.compiler.ir.data.ParameterDetails
Packages that use ParameterDetails
-
Uses of ParameterDetails in org.ek9lang.compiler.ir.data
Methods in org.ek9lang.compiler.ir.data that return types with arguments of type ParameterDetailsModifier and TypeMethodDescriptionProgramDetails.parameterSignature()Returns the value of theparameterSignaturerecord component.Constructor parameters in org.ek9lang.compiler.ir.data with type arguments of type ParameterDetailsModifierConstructorDescriptionProgramDetails(String qualifiedName, List<ParameterDetails> parameterSignature, String applicationName) Creates an instance of aProgramDetailsrecord class.