cprover
|
#include "java_class_loader.h"
#include <stack>
#include <fstream>
#include <util/suffix.h>
#include <util/prefix.h>
#include <util/config.h>
#include "java_bytecode_parser.h"
Go to the source code of this file.
Functions | |
static bool | is_overlay_class (const java_bytecode_parse_treet::classt &c) |
|
static |
Definition at line 95 of file java_class_loader.cpp.
References java_bytecode_parse_treet::classt::annotations, and java_bytecode_parse_treet::find_annotation().
Referenced by java_class_loadert::get_parse_tree().