Class Eight


CLASS ATTRIBUTES
Public visibility
Extends Seven

STATIC VARIABLES
None

STATIC METHODS
Name Visibility Return Type Abstract? Final? Parameters
swap
package
void
no
no
a of type Eight and b of type Eight

CONSTRUCTORS
Parameters
# Definitions(s)
0
None

INSTANCE VARIABLES
Name Type Visibility Final?
val
int
public
no

INSTANCE METHODS
Name Visibility Return Type Abstract? Final? Parameters
bar
package
int
no
no
x of type int and y of type int
toSeven
package
Seven
no
no
None
doNothing
package
void
no
no
None
compare
package
void
no
no
other of type Eight



This page was created using JavaDUCK,
written by Dave Rollenhagen for CS211