Interface FmiBuilder.RuntimeFunction
- Enclosing interface:
FmiBuilder<AST,B, E, SETTINGS>
public static interface FmiBuilder.RuntimeFunction
-
Method Details
-
getName
String getName() -
getArgs
List<Map.Entry<String,FmiBuilder.RuntimeFunction.FunctionType>> getArgs()List of arg (name,class) pairs- Returns:
-
getReturnType
FmiBuilder.RuntimeFunction.FunctionType getReturnType() -
usingVargs
boolean usingVargs()
-