Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
11 lines
No EOL
461 B
Text
11 lines
No EOL
461 B
Text
public class InstanceMethods --
|
|
InstanceMethods.<init>()
|
|
InstanceMethods.empty()
|
|
InstanceMethods.def(a, final ba, final cba)
|
|
InstanceMethods.pub(d, final ed, final fed)
|
|
InstanceMethods.prot(g, final hg, final ihg)
|
|
InstanceMethods.priv(j, final kj, final lkj)
|
|
InstanceMethods.def(A, BA, final CBA, final DCBA)
|
|
InstanceMethods.pub(B, CB, final DCB, final EDCB)
|
|
InstanceMethods.prot(C, DC, final EDC, final FEDC)
|
|
InstanceMethods.priv(D, ED, final FED, final GFED) |