|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.vishia.java2C.test.AnyClass
public class AnyClass
| Field Summary | |
|---|---|
(package private) ImplIfc |
ref
The ref is needed to test #returnRefSimle(int) for concatenations of references. |
(package private) int |
x1
|
| Constructor Summary | |
|---|---|
AnyClass(ImplIfc ref)
Check whether a static instance of this class is translated to C. |
|
| Method Summary | |
|---|---|
(package private) int |
addValue(int value)
Any final method to call. |
(package private) int |
addValueOverrideable(int value)
Any override-able method to call. |
(package private) ImplIfc |
returnRef()
Returns any other instance. |
(package private) ImplIfc |
returnRefOverrideable()
Returns any other instance, but this method is able to override, non final. |
(package private) AnyClass |
returnThis(int value)
Returns itself (this) |
(package private) AnyClass |
returnThisOverrideable(int value)
Returns itself (this), but the method is able to override. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int x1
ImplIfc ref
#returnRefSimle(int) for concatenations of references.
| Constructor Detail |
|---|
AnyClass(ImplIfc ref)
| Method Detail |
|---|
final int addValue(int value)
int addValueOverrideable(int value)
final AnyClass returnThis(int value)
value -
AnyClass returnThisOverrideable(int value)
final ImplIfc returnRef()
value -
ImplIfc returnRefOverrideable()
value -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||