public static class Library.LibFunction
extends com.github.kayjamlang.core.containers.FunctionContainer
| Constructor and Description |
|---|
LibFunction(java.lang.String name,
com.github.kayjamlang.core.Type returnType,
Library.CodeExecExpression.Code code,
com.github.kayjamlang.core.expressions.data.Argument... arguments) |
LibFunction(java.lang.String name,
com.github.kayjamlang.core.Type returnType,
Library.CodeExecExpression.Code code,
java.util.List<com.github.kayjamlang.core.expressions.data.Argument> arguments) |
public LibFunction(java.lang.String name,
com.github.kayjamlang.core.Type returnType,
Library.CodeExecExpression.Code code,
com.github.kayjamlang.core.expressions.data.Argument... arguments)
public LibFunction(java.lang.String name,
com.github.kayjamlang.core.Type returnType,
Library.CodeExecExpression.Code code,
java.util.List<com.github.kayjamlang.core.expressions.data.Argument> arguments)