Java Doc for AccessorGenerator.java in  » 6.0-JDK-Modules-sun » reflect » sun » reflect » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules sun » reflect » sun.reflect 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   sun.reflect.AccessorGenerator

All known Subclasses:   sun.reflect.MethodAccessorGenerator,
AccessorGenerator
class AccessorGenerator implements ClassFileConstants(Code)
Shared functionality for all accessor generators


Field Summary
final protected  shortNUM_BOXING_CPOOL_ENTRIES
    
final protected  shortNUM_COMMON_CPOOL_ENTRIES
    
final protected static  shortS0
    
final protected static  shortS1
    
final protected static  shortS2
    
final protected static  shortS3
    
final protected static  shortS4
    
final protected static  shortS5
    
final protected static  shortS6
    
protected  ClassFileAssemblerasm
    
protected  shortbooleanCtorIdx
    
protected  shortbooleanIdx
    
protected  shortbooleanUnboxIdx
    
protected  shortbyteCtorIdx
    
protected  shortbyteIdx
    
protected  shortbyteUnboxIdx
    
protected  shortcharacterCtorIdx
    
protected  shortcharacterIdx
    
protected  shortcharacterUnboxIdx
    
protected  shortclassCastClass
    
protected  shortcodeIdx
    
protected  shortdoubleCtorIdx
    
protected  shortdoubleIdx
    
protected  shortdoubleUnboxIdx
    
protected  shortexceptionsIdx
    
protected  shortfloatCtorIdx
    
protected  shortfloatIdx
    
protected  shortfloatUnboxIdx
    
protected  shortillegalArgumentClass
    
protected  shortillegalArgumentCtorIdx
    
protected  shortillegalArgumentStringCtorIdx
    
protected  shortinitIdx
    
protected  shortinitNameAndTypeIdx
    
protected  shortinitStringNameAndTypeIdx
    
protected  shortintegerCtorIdx
    
protected  shortintegerIdx
    
protected  shortintegerUnboxIdx
    
protected  shortinvocationTargetClass
    
protected  shortinvocationTargetCtorIdx
    
protected  shortlongCtorIdx
    
protected  shortlongIdx
    
protected  shortlongUnboxIdx
    
protected  intmodifiers
    
protected  shortnullPointerClass
    
protected  shortnullPointerCtorIdx
    
protected  shortobjectClass
    
final protected static  Class[]primitiveTypes
    
protected  shortshortCtorIdx
    
protected  shortshortIdx
    
protected  shortshortUnboxIdx
    
protected  shortsuperClass
    
protected  shortsuperCtorIdx
    
protected  shorttargetClass
    
protected  shortthisClass
    
protected  shortthrowableClass
    
protected  shorttoStringIdx
    
final static  Unsafeunsafe
    


Method Summary
protected static  shortadd(short s1, short s2)
    
protected static  booleancanWidenTo(Class type, Class otherType)
    
protected  shortctorIndexForPrimitiveType(Class type)
    
protected  voidemitBoxingContantPoolEntries()
     Constant pool entries required to be able to box/unbox primitive types.
protected  voidemitCommonConstantPoolEntries()
    
protected  voidemitConstructor()
    
protected  voidemitMethod(short nameIdx, int numArgs, ClassFileAssembler code, ClassFileAssembler exceptionTable, short[] checkedExceptionIndices)
    
protected static  voidemitWideningBytecodeForPrimitiveConversion(ClassFileAssembler cb, Class fromType, Class toType)
     Emits the widening bytecode for the given primitive conversion (or none if the identity conversion).
protected static  StringgetClassName(Class c, boolean addPrefixAndSuffixForNonPrimitiveTypes)
    
protected  ClassFileAssemblerillegalArgumentCodeBuffer()
    
protected  shortindexForPrimitiveType(Class type)
    
protected static  booleanisPrimitive(Class c)
    
protected  booleanisStatic()
    
protected static  shortsub(short s1, short s2)
    
protected  inttypeSizeInStackSlots(Class c)
    
protected  shortunboxingMethodForPrimitiveType(Class primType)
    

Field Detail
NUM_BOXING_CPOOL_ENTRIES
final protected short NUM_BOXING_CPOOL_ENTRIES(Code)



NUM_COMMON_CPOOL_ENTRIES
final protected short NUM_COMMON_CPOOL_ENTRIES(Code)



S0
final protected static short S0(Code)



S1
final protected static short S1(Code)



S2
final protected static short S2(Code)



S3
final protected static short S3(Code)



S4
final protected static short S4(Code)



S5
final protected static short S5(Code)



S6
final protected static short S6(Code)



asm
protected ClassFileAssembler asm(Code)



booleanCtorIdx
protected short booleanCtorIdx(Code)



booleanIdx
protected short booleanIdx(Code)



booleanUnboxIdx
protected short booleanUnboxIdx(Code)



byteCtorIdx
protected short byteCtorIdx(Code)



byteIdx
protected short byteIdx(Code)



byteUnboxIdx
protected short byteUnboxIdx(Code)



characterCtorIdx
protected short characterCtorIdx(Code)



characterIdx
protected short characterIdx(Code)



characterUnboxIdx
protected short characterUnboxIdx(Code)



classCastClass
protected short classCastClass(Code)



codeIdx
protected short codeIdx(Code)



doubleCtorIdx
protected short doubleCtorIdx(Code)



doubleIdx
protected short doubleIdx(Code)



doubleUnboxIdx
protected short doubleUnboxIdx(Code)



exceptionsIdx
protected short exceptionsIdx(Code)



floatCtorIdx
protected short floatCtorIdx(Code)



floatIdx
protected short floatIdx(Code)



floatUnboxIdx
protected short floatUnboxIdx(Code)



illegalArgumentClass
protected short illegalArgumentClass(Code)



illegalArgumentCtorIdx
protected short illegalArgumentCtorIdx(Code)



illegalArgumentStringCtorIdx
protected short illegalArgumentStringCtorIdx(Code)



initIdx
protected short initIdx(Code)



initNameAndTypeIdx
protected short initNameAndTypeIdx(Code)



initStringNameAndTypeIdx
protected short initStringNameAndTypeIdx(Code)



integerCtorIdx
protected short integerCtorIdx(Code)



integerIdx
protected short integerIdx(Code)



integerUnboxIdx
protected short integerUnboxIdx(Code)



invocationTargetClass
protected short invocationTargetClass(Code)



invocationTargetCtorIdx
protected short invocationTargetCtorIdx(Code)



longCtorIdx
protected short longCtorIdx(Code)



longIdx
protected short longIdx(Code)



longUnboxIdx
protected short longUnboxIdx(Code)



modifiers
protected int modifiers(Code)



nullPointerClass
protected short nullPointerClass(Code)



nullPointerCtorIdx
protected short nullPointerCtorIdx(Code)



objectClass
protected short objectClass(Code)



primitiveTypes
final protected static Class[] primitiveTypes(Code)



shortCtorIdx
protected short shortCtorIdx(Code)



shortIdx
protected short shortIdx(Code)



shortUnboxIdx
protected short shortUnboxIdx(Code)



superClass
protected short superClass(Code)



superCtorIdx
protected short superCtorIdx(Code)



targetClass
protected short targetClass(Code)



thisClass
protected short thisClass(Code)



throwableClass
protected short throwableClass(Code)



toStringIdx
protected short toStringIdx(Code)



unsafe
final static Unsafe unsafe(Code)





Method Detail
add
protected static short add(short s1, short s2)(Code)



canWidenTo
protected static boolean canWidenTo(Class type, Class otherType)(Code)
Returns true for widening or identity conversions for primitive types only



ctorIndexForPrimitiveType
protected short ctorIndexForPrimitiveType(Class type)(Code)



emitBoxingContantPoolEntries
protected void emitBoxingContantPoolEntries()(Code)
Constant pool entries required to be able to box/unbox primitive types. Note that we don't emit these if we don't need them.



emitCommonConstantPoolEntries
protected void emitCommonConstantPoolEntries()(Code)



emitConstructor
protected void emitConstructor()(Code)



emitMethod
protected void emitMethod(short nameIdx, int numArgs, ClassFileAssembler code, ClassFileAssembler exceptionTable, short[] checkedExceptionIndices)(Code)



emitWideningBytecodeForPrimitiveConversion
protected static void emitWideningBytecodeForPrimitiveConversion(ClassFileAssembler cb, Class fromType, Class toType)(Code)
Emits the widening bytecode for the given primitive conversion (or none if the identity conversion). Requires that a primitive conversion exists; i.e., canWidenTo must have already been called and returned true.



getClassName
protected static String getClassName(Class c, boolean addPrefixAndSuffixForNonPrimitiveTypes)(Code)
Returns class name in "internal" form (i.e., '/' separators instead of '.')



illegalArgumentCodeBuffer
protected ClassFileAssembler illegalArgumentCodeBuffer()(Code)



indexForPrimitiveType
protected short indexForPrimitiveType(Class type)(Code)



isPrimitive
protected static boolean isPrimitive(Class c)(Code)
We don't consider "Void" to be a primitive type



isStatic
protected boolean isStatic()(Code)



sub
protected static short sub(short s1, short s2)(Code)



typeSizeInStackSlots
protected int typeSizeInStackSlots(Class c)(Code)



unboxingMethodForPrimitiveType
protected short unboxingMethodForPrimitiveType(Class primType)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.