Exemplo n.º 1
0
def get_target(node_):
    # Make a MemberName category? (uniform with e.g. role and parameter)
    #return get_targetChild(node_).getText()
    names = get_target_name_children(node_)
    return util.parse_dot_separated_name_from_node_list(names)
Exemplo n.º 2
0
def get_full_name(node_):
    return util.parse_dot_separated_name_from_node_list(node_.getChildren())
Exemplo n.º 3
0
def get_target(node_):
    # Make a MemberName category? (uniform with e.g. role and parameter)
    #return get_targetChild(node_).getText()
    names = get_target_name_children(node_)
    return util.parse_dot_separated_name_from_node_list(names)
Exemplo n.º 4
0
def get_full_name(node_):
    return util.parse_dot_separated_name_from_node_list(node_.getChildren())