Uses of Class
net.officefloor.polyglot.test.VariableTypes
-
Packages that use VariableTypes Package Description net.officefloor.polyglot.test -
-
Uses of VariableTypes in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test that return VariableTypes Modifier and Type Method Description protected abstract VariableTypesAbstractPolyglotProcedureTest. variables(char val, In<java.lang.String> in, Out<JavaObject> out, Var<java.lang.Integer> var)Methods in net.officefloor.polyglot.test with parameters of type VariableTypes Modifier and Type Method Description voidAbstractPolyglotProcedureTest.VariableReturn. service(VariableTypes result, In<Closure<VariableTypes>> in)Method parameters in net.officefloor.polyglot.test with type arguments of type VariableTypes Modifier and Type Method Description voidAbstractPolyglotProcedureTest.VariablePass. service(Closure<VariableTypes> capture, Out<Closure<VariableTypes>> out)voidAbstractPolyglotProcedureTest.VariablePass. service(Closure<VariableTypes> capture, Out<Closure<VariableTypes>> out)voidAbstractPolyglotProcedureTest.VariableReturn. service(VariableTypes result, In<Closure<VariableTypes>> in)
-