<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Java: Accessing Private Members</title>
	<atom:link href="http://silveiraneto.net/2009/11/14/java-accessing-private-members/feed/" rel="self" type="application/rss+xml" />
	<link>http://silveiraneto.net/2009/11/14/java-accessing-private-members/</link>
	<description>come with me, on the way I&#039;ll explain.</description>
	<lastBuildDate>Sun, 14 Mar 2010 22:15:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Using reflection with arrays and primitive types &#124; JavaHelp.info</title>
		<link>http://silveiraneto.net/2009/11/14/java-accessing-private-members/comment-page-1/#comment-4477</link>
		<dc:creator>Using reflection with arrays and primitive types &#124; JavaHelp.info</dc:creator>
		<pubDate>Mon, 30 Nov 2009 20:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=2942#comment-4477</guid>
		<description>[...] Sometimes it is necessary to handle a parameter of type object different for the real type. So you have to use instanceof to determine the type of an object. If you are need to check if it is an array, you can use the Reflection-API provided by the JRE. The Reflection API is a comfortable and rich functional API to inspect and manipulate Objects at runtime. One example could be to access private fields at runtime. [...]</description>
		<content:encoded><![CDATA[<p>[...] Sometimes it is necessary to handle a parameter of type object different for the real type. So you have to use instanceof to determine the type of an object. If you are need to check if it is an array, you can use the Reflection-API provided by the JRE. The Reflection API is a comfortable and rich functional API to inspect and manipulate Objects at runtime. One example could be to access private fields at runtime. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silveira Neto</title>
		<link>http://silveiraneto.net/2009/11/14/java-accessing-private-members/comment-page-1/#comment-4398</link>
		<dc:creator>Silveira Neto</dc:creator>
		<pubDate>Fri, 20 Nov 2009 21:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=2942#comment-4398</guid>
		<description>Sim, metaprogramação em Java, meio burocrática mas bem completa.
IHMO, eu tenho a tese de que essa coisa toda de privada/protegido não faz muito sentido nem é tem muita utilidade prática, e que na verdade reflete a maneira de pensar corrente (privativo e protecionista) no momento da criação desses conceitos.</description>
		<content:encoded><![CDATA[<p>Sim, metaprogramação em Java, meio burocrática mas bem completa.<br />
IHMO, eu tenho a tese de que essa coisa toda de privada/protegido não faz muito sentido nem é tem muita utilidade prática, e que na verdade reflete a maneira de pensar corrente (privativo e protecionista) no momento da criação desses conceitos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patola</title>
		<link>http://silveiraneto.net/2009/11/14/java-accessing-private-members/comment-page-1/#comment-4396</link>
		<dc:creator>Patola</dc:creator>
		<pubDate>Fri, 20 Nov 2009 20:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://silveiraneto.net/?p=2942#comment-4396</guid>
		<description>Fácil assim?
Dá pra violar as regras de orientação a objeto dessa maneira?
É receita garantida? Não tem jeito de evitar?</description>
		<content:encoded><![CDATA[<p>Fácil assim?<br />
Dá pra violar as regras de orientação a objeto dessa maneira?<br />
É receita garantida? Não tem jeito de evitar?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
