|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.vishia.java2C.ClassData.MethodWithZbnfItem
class ClassData.MethodWithZbnfItem
| Field Summary | |
|---|---|
private char |
isConstructor
|
(package private) Method |
method
|
(package private) Method |
supermethod
|
(package private) ZbnfParseResultItem |
zbnfMethod
|
| Constructor Summary | |
|---|---|
ClassData.MethodWithZbnfItem(Method method,
ZbnfParseResultItem zbnfMethod,
Method supermethod,
char isConstructor)
Constructs. |
|
| Method Summary | |
|---|---|
boolean |
isConstructor()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final Method method
final ZbnfParseResultItem zbnfMethod
final Method supermethod
private final char isConstructor
| Constructor Detail |
|---|
public ClassData.MethodWithZbnfItem(Method method,
ZbnfParseResultItem zbnfMethod,
Method supermethod,
char isConstructor)
method - The methodzbnfMethod - The parse result item, used for the body.supermethod - If it is a ctor of an anonymous class, the found super ctor. It should be called.isConstructor - 'c' if it is an constrcutor| Method Detail |
|---|
public final boolean isConstructor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||