org.vishia.java2C
Class ClassData.MethodWithZbnfItem

java.lang.Object
  extended by org.vishia.java2C.ClassData.MethodWithZbnfItem
Enclosing class:
ClassData

 class ClassData.MethodWithZbnfItem
extends java.lang.Object


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

method

final Method method

zbnfMethod

final ZbnfParseResultItem zbnfMethod

supermethod

final Method supermethod

isConstructor

private final char isConstructor
Constructor Detail

ClassData.MethodWithZbnfItem

public ClassData.MethodWithZbnfItem(Method method,
                                    ZbnfParseResultItem zbnfMethod,
                                    Method supermethod,
                                    char isConstructor)
Constructs.

Parameters:
method - The method
zbnfMethod - 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

isConstructor

public final boolean isConstructor()