MCPcopy Create free account
hub / github.com/DentonW/DevIL / Function

Class Function

DevIL-docs/DocBuilder.java:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 };
38
39 class Function extends LinkedEntity {
40 String ret = null;
41 Vector param = new Vector();
42 };
43
44 class Param extends Entity {
45 String type = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected