blob: 5251f9d840570b0cd250b27453793275dc0f113f [file] [log] [blame]
#include "Type.h"
namespace android {
Type::Type() {}
Type::~Type() {}
bool Type::isScope() const {
return false;
}
} // namespace android