Uses of Class
net.officefloor.polyglot.test.PrimitiveTypes
-
Packages that use PrimitiveTypes Package Description net.officefloor.polyglot.test -
-
Uses of PrimitiveTypes in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test that return PrimitiveTypes Modifier and Type Method Description protected abstract PrimitiveTypes
AbstractPolyglotProcedureTest. primitives(boolean _boolean, byte _byte, short _short, char _char, int _int, long _long, float _float, double _double)
Methods in net.officefloor.polyglot.test with parameters of type PrimitiveTypes Modifier and Type Method Description void
AbstractPolyglotProcedureTest.PrimitiveReturn. service(PrimitiveTypes result, Out<PrimitiveTypes> out)
Method parameters in net.officefloor.polyglot.test with type arguments of type PrimitiveTypes Modifier and Type Method Description void
AbstractPolyglotProcedureTest.PrimitiveReturn. service(PrimitiveTypes result, Out<PrimitiveTypes> out)
-