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 VariableTypes
AbstractPolyglotProcedureTest. 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 void
AbstractPolyglotProcedureTest.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 void
AbstractPolyglotProcedureTest.VariablePass. service(Closure<VariableTypes> capture, Out<Closure<VariableTypes>> out)
void
AbstractPolyglotProcedureTest.VariablePass. service(Closure<VariableTypes> capture, Out<Closure<VariableTypes>> out)
void
AbstractPolyglotProcedureTest.VariableReturn. service(VariableTypes result, In<Closure<VariableTypes>> in)
-