vala_boolean_literal_get_value ( ValaBooleanLiteral* self )Field 'self->parent_instance' in 1st parameter 'self' (pointer) has base type '_ValaLiteral'.
vala_boolean_literal_new ( gboolean b, ValaSourceReference* source )Field 'retval->parent_instance' in return value (pointer) has base type '_ValaLiteral'.
vala_boolean_literal_set_value ( ValaBooleanLiteral* self, gboolean value )Field 'self->parent_instance' in 1st parameter 'self' (pointer) has base type '_ValaLiteral'.
vala_character_literal_get_char ( ValaCharacterLiteral* self )Field 'self->parent_instance' in 1st parameter 'self' (pointer) has base type '_ValaLiteral'.
vala_character_literal_get_value ( ValaCharacterLiteral* self )Field 'self->parent_instance' in 1st parameter 'self' (pointer) has base type '_ValaLiteral'.
vala_character_literal_new ( char const* c, ValaSourceReference* source )Field 'retval->parent_instance' in return value (pointer) has base type '_ValaLiteral'.
vala_character_literal_set_value ( ValaCharacterLiteral* self, char const* value )Field 'self->parent_instance' in 1st parameter 'self' (pointer) has base type '_ValaLiteral'.
vala_code_context_create_boolean_literal ( ValaCodeContext* self, gboolean value, ValaSourceReference* source_reference )Field 'retval->parent_instance' in return value (pointer) has base type '_ValaLiteral'.
vala_code_context_create_character_literal ( ValaCodeContext* self, char const* value, ValaSourceReference* source_reference )Field 'retval->parent_instance' in return value (pointer) has base type '_ValaLiteral'.
vala_code_context_create_integer_literal ( ValaCodeContext* self, char const* value, ValaSourceReference* source_reference )Field 'retval->parent_instance' in return value (pointer) has base type '_ValaLiteral'.
vala_code_context_create_null_literal ( ValaCodeContext* self, ValaSourceReference* source_reference )Field 'retval->parent_instance' in return value (pointer) has base type '_ValaLiteral'.
vala_code_context_create_real_literal ( ValaCodeContext* self, char const* value, ValaSourceReference* source_reference )Field 'retval->parent_instance' in return value (pointer) has base type '_ValaLiteral'.
vala_code_context_create_string_literal ( ValaCodeContext* self, char const* value, ValaSourceReference* source_reference )Field 'retval->parent_instance' in return value (pointer) has base type '_ValaLiteral'.
vala_code_generator_create_boolean_literal_binding ( ValaCodeGenerator* self, ValaBooleanLiteral* node )Field 'node->parent_instance' in 2nd parameter 'node' (pointer) has base type '_ValaLiteral'.
vala_code_generator_create_character_literal_binding ( ValaCodeGenerator* self, ValaCharacterLiteral* node )Field 'node->parent_instance' in 2nd parameter 'node' (pointer) has base type '_ValaLiteral'.
vala_code_generator_create_integer_literal_binding ( ValaCodeGenerator* self, ValaIntegerLiteral* node )Field 'node->parent_instance' in 2nd parameter 'node' (pointer) has base type '_ValaLiteral'.
vala_code_generator_create_null_literal_binding ( ValaCodeGenerator* self, ValaNullLiteral* node )Field 'node->parent_instance' in 2nd parameter 'node' (pointer) has base type '_ValaLiteral'.
vala_code_generator_create_real_literal_binding ( ValaCodeGenerator* self, ValaRealLiteral* node )Field 'node->parent_instance' in 2nd parameter 'node' (pointer) has base type '_ValaLiteral'.
vala_code_generator_create_string_literal_binding ( ValaCodeGenerator* self, ValaStringLiteral* node )Field 'node->parent_instance' in 2nd parameter 'node' (pointer) has base type '_ValaLiteral'.
vala_code_visitor_visit_boolean_literal ( ValaCodeVisitor* self, ValaBooleanLiteral* lit )Field 'lit->parent_instance' in 2nd parameter 'lit' (pointer) has base type '_ValaLiteral'.
vala_code_visitor_visit_character_literal ( ValaCodeVisitor* self, ValaCharacterLiteral* lit )Field 'lit->parent_instance' in 2nd parameter 'lit' (pointer) has base type '_ValaLiteral'.
vala_code_visitor_visit_integer_literal ( ValaCodeVisitor* self, ValaIntegerLiteral* lit )Field 'lit->parent_instance' in 2nd parameter 'lit' (pointer) has base type '_ValaLiteral'.
vala_code_visitor_visit_null_literal ( ValaCodeVisitor* self, ValaNullLiteral* lit )Field 'lit->parent_instance' in 2nd parameter 'lit' (pointer) has base type '_ValaLiteral'.
vala_code_visitor_visit_real_literal ( ValaCodeVisitor* self, ValaRealLiteral* lit )Field 'lit->parent_instance' in 2nd parameter 'lit' (pointer) has base type '_ValaLiteral'.
vala_code_visitor_visit_string_literal ( ValaCodeVisitor* self, ValaStringLiteral* lit )Field 'lit->parent_instance' in 2nd parameter 'lit' (pointer) has base type '_ValaLiteral'.
vala_integer_literal_get_type_name ( ValaIntegerLiteral* self )Field 'self->parent_instance' in 1st parameter 'self' (pointer) has base type '_ValaLiteral'.
vala_integer_literal_get_value ( ValaIntegerLiteral* self )Field 'self->parent_instance' in 1st parameter 'self' (pointer) has base type '_ValaLiteral'.
vala_integer_literal_new ( char const* i, ValaSourceReference* source )Field 'retval->parent_instance' in return value (pointer) has base type '_ValaLiteral'.
vala_integer_literal_set_value ( ValaIntegerLiteral* self, char const* value )Field 'self->parent_instance' in 1st parameter 'self' (pointer) has base type '_ValaLiteral'.
vala_integer_type_get_literal ( ValaIntegerType* self )Field 'retval->parent_instance' in return value (pointer) has base type '_ValaLiteral'.
vala_integer_type_set_literal ( ValaIntegerType* self, ValaIntegerLiteral* value )Field 'value->parent_instance' in 2nd parameter 'value' (pointer) has base type '_ValaLiteral'.
vala_null_literal_new ( ValaSourceReference* source )Field 'retval->parent_instance' in return value (pointer) has base type '_ValaLiteral'.
vala_real_literal_get_type_name ( ValaRealLiteral* self )Field 'self->parent_instance' in 1st parameter 'self' (pointer) has base type '_ValaLiteral'.
vala_real_literal_get_value ( ValaRealLiteral* self )Field 'self->parent_instance' in 1st parameter 'self' (pointer) has base type '_ValaLiteral'.
vala_real_literal_new ( char const* r, ValaSourceReference* source )Field 'retval->parent_instance' in return value (pointer) has base type '_ValaLiteral'.
vala_real_literal_set_value ( ValaRealLiteral* self, char const* value )Field 'self->parent_instance' in 1st parameter 'self' (pointer) has base type '_ValaLiteral'.
vala_string_literal_eval ( ValaStringLiteral* self )Field 'self->parent_instance' in 1st parameter 'self' (pointer) has base type '_ValaLiteral'.
vala_string_literal_get_value ( ValaStringLiteral* self )Field 'self->parent_instance' in 1st parameter 'self' (pointer) has base type '_ValaLiteral'.
vala_string_literal_new ( char const* s, ValaSourceReference* source )Field 'retval->parent_instance' in return value (pointer) has base type '_ValaLiteral'.
vala_string_literal_set_value ( ValaStringLiteral* self, char const* value )Field 'self->parent_instance' in 1st parameter 'self' (pointer) has base type '_ValaLiteral'.