Uses of Record Class
org.ek9lang.compiler.fuzz.AtnBasedGenerator.ParamInfo
Packages that use AtnBasedGenerator.ParamInfo
-
Uses of AtnBasedGenerator.ParamInfo in org.ek9lang.compiler.fuzz
Methods in org.ek9lang.compiler.fuzz that return types with arguments of type AtnBasedGenerator.ParamInfoModifier and TypeMethodDescription(package private) List<AtnBasedGenerator.ParamInfo> MethodOperatorGenerator.buildSimpleParams(int numParams, Random random) Build a ParamInfo list from count and types (for simple non-call-chain generation).AtnBasedGenerator.FunctionInfo.params()Returns the value of theparamsrecord component.AtnBasedGenerator.MethodInfo.params()Returns the value of theparamsrecord component.Method parameters in org.ek9lang.compiler.fuzz with type arguments of type AtnBasedGenerator.ParamInfoModifier and TypeMethodDescription(package private) voidAtnBasedGenerator.appendArgumentParams(StringBuilder sb, int indent, List<AtnBasedGenerator.ParamInfo> params, Random random) (package private) voidMethodOperatorGenerator.appendArgumentParams(StringBuilder sb, int indent, List<AtnBasedGenerator.ParamInfo> params) Emit an argument param block with correct EK9 syntax.(package private) voidMethodOperatorGenerator.appendArgumentParams(StringBuilder sb, int indent, List<AtnBasedGenerator.ParamInfo> params, Random random) (package private) voidAtnBasedGenerator.appendCallArgs(StringBuilder sb, List<AtnBasedGenerator.ParamInfo> params, Random random) (package private) voidStatementGenerator.appendCallArgs(StringBuilder sb, List<AtnBasedGenerator.ParamInfo> params, Random random) Generate arguments for a call, using known parameter types.Constructor parameters in org.ek9lang.compiler.fuzz with type arguments of type AtnBasedGenerator.ParamInfoModifierConstructorDescription(package private)FunctionInfo(String name, List<AtnBasedGenerator.ParamInfo> params, String returnType, boolean isPure) Creates an instance of aFunctionInforecord class.(package private)MethodInfo(String name, List<AtnBasedGenerator.ParamInfo> params, String returnType, String access, boolean isPure) Creates an instance of aMethodInforecord class.