buffer.append( "applicationData.get(\"" );
buffer.append( identifier );
buffer.append( "\");\n" );
}
Declaration declaration = null;
for ( int i = 0; i < declarations.length; i++ )
{
declaration = declarations[i];
identifier = declaration.getIdentifier();
clazz = declaration.getClass();
buffer.append( clazz.getName() );
buffer.append( " " );
buffer.append( identifier );
buffer.append( " " );
buffer.append( "tuple.get(\"" );