11 lines
184 B
C
11 lines
184 B
C
|
#ifndef __JAVA_PARSER_METHOD_INFO_H
|
||
|
#define __JAVA_PARSER_METHOD_INFO_H
|
||
|
|
||
|
#include <ClassFormat.h>
|
||
|
|
||
|
namespace Methods
|
||
|
{
|
||
|
void MethodParser(method_info &p, JavaClassFormat &jc);
|
||
|
}
|
||
|
|
||
|
#endif
|