Uses of Interface
com.speedment.common.codegen.model.value.InvocationValue
-
Packages that use InvocationValue Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package.com.speedment.common.codegen.model.value This package contains value classes. -
-
Uses of InvocationValue in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return InvocationValue Modifier and Type Method Description static InvocationValueValue. ofInvocation(Type owner, String method, Value<?>... args)Returns a newInvocationValuerepresenting a call to the specified static method in the specified class with the specified arguments.static InvocationValueValue. ofInvocation(String method, Value<?>... args)Returns a newInvocationValuerepresenting a call to the specified local method with the specified arguments. -
Uses of InvocationValue in com.speedment.common.codegen.model.value
Methods in com.speedment.common.codegen.model.value that return InvocationValue Modifier and Type Method Description InvocationValueInvocationValue. setValue(String value)
-