Interface FmiBuilder.RuntimeFunction
-
- Enclosing interface:
- FmiBuilder<AST,B,E,SETTINGS>
public static interface FmiBuilder.RuntimeFunction
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFmiBuilder.RuntimeFunction.FunctionType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Map.Entry<String,FmiBuilder.RuntimeFunction.FunctionType>>getArgs()List of arg (name,class) pairsStringgetName()FmiBuilder.RuntimeFunction.FunctionTypegetReturnType()booleanusingVargs()
-
-
-
Method Detail
-
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()
-
-