ICG 2
Electric Boogaloo
Namespaces | Functions
JClang.cpp File Reference
#include <iostream>
#include "JClang/JClang.hpp"

Namespaces

 JClang
 

Functions

NodeKind JClang::getNodeKind (json &node)
 Get the kind of a node. More...
 
std::string JClang::getQualifiedType (json &node)
 Get the Qualified Type of the field. More...
 
std::vector< std::string > JClang::getBaseClasses (json &class_node)
 Get the base classes of a class declaration. More...
 
std::string JClang::getNodeName (json &node)
 Get the name of the given node. More...
 
jsonJClang::getNodeInner (json &node)
 Get a reference to the json node representing a list of what's inside this node. More...