CaVM/include/Methods.h
2024-08-13 08:37:36 -04:00

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