TestObject: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>Revenant
(Created page with "{{MCSourceClass | classname = ab }}")
 
imported>Revenant
No edit summary
Line 1: Line 1:
{{MCSourceClass
{{MCSourceClass
| classname = ab
| classname = ab
| superclass = SuperTestObject
| subclasses = TestObjectA, TestObjectB
| extends = AmazingObject
| implements = TestObjectInterface
}}
}}

Revision as of 22:29, 29 October 2010

TestObject
Current Name ?
Modifiers ?
Extends AmazingObject
Implements TestObjectInterface
Subclasses TestObjectA, TestObjectB
Inner Classes ?

Field

Public

int a

Private

int b

Protected

int c

Methods

Public

void foo()

Private

void bar()

Protected

void baz()