CaVM/include/Methods.h

11 lines
184 B
C
Raw Normal View History

2024-08-13 12:12:22 +00:00
#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