Java Doc for GenericFinder.java in  » Development » jdec » net » sf » jdec » lookup » 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 » Development » jdec » net.sf.jdec.lookup 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.sf.jdec.lookup.BasicFinder
      net.sf.jdec.lookup.GenericFinder

GenericFinder
public class GenericFinder extends BasicFinder (Code)

author:
   swaroop belur
since:
   1.2.1


Field Summary
final public static  GenericFindergenericFinder
    


Method Summary
public  booleanisCurrentInstStore(int pos)
    
public  booleanisEndOfGuard(int pos)
    
public  booleanisGotoPrecededByDUPSTORE(int pos)
    
public  booleanisHandlerEndPresentAtGuardEnd(int i)
    
public  booleanisIFForThisElseATernaryIF(int pos, StringBuffer sb)
    
public  Switch.CaseisIFInCase(int pos, IFBlock ifs)
    
public  booleanisIFShortcutORComp(int pos)
    
public  booleanisIFpresentInTernaryList(IFBlock ifst)
    
public  booleanisIfConditionForSomeOtherLoop(int pos, StringBuffer lend)
    
public  booleanisIfFirstIfInLoopCondition(int pos)
    
public  booleanisIfForLoadClass(IFBlock ifst)
    
public  LoopisIfInADoWhile(int pos, IFBlock ifst)
    
public  booleanisIfPartOfTernaryIfCond(int pos)
    
public  booleanisIndexEndOfLoop(int pos)
    
public  intisInstAload(int pos, StringBuffer bf)
    
public  intisInstIloadInst(int pos, StringBuffer sb2)
    
public  intisInstLloadInst(int pos, StringBuffer sb2)
    
public  booleanisInstLoopStart(int pos)
    
public  booleanisInstPrimitiveArrayStore(int inst)
    
public  booleanisInstReturnInst(int pos, StringBuffer sb)
    
public  booleanisInstReturnInst(byte[] code, int pos, StringBuffer sb)
    
public  booleanisInstStore0(int pos)
    
public  booleanisInstrPosAAload(int pos)
    
public  booleanisInstructionIF(int instruction)
    
public  booleanisNextInstAStore(int pos)
    
public  booleanisNextInstructionIf(int nextInstruction)
    
public  booleanisNextInstructionLoad(int pos)
    
public  booleanisNextInstructionPrimitiveStoreInst(int pos, StringBuffer index)
    
public  booleanisNextInstructionReturn(int nextInstruction)
    
public  booleanisNextInstructionStore(int nextInstruction)
    
public  booleanisPrevInstALOADInst(int pos, StringBuffer s)
    
public  booleanisPrevInstIloadInst(int s, StringBuffer sb2)
    
public  booleanisPrevInstPrimitiveLoad(int pos, StringBuffer sb)
    
public  booleanisPrevInstructionAload(int pos, StringBuffer sb)
    
public  booleanisStoreInst(int index, StringBuffer varindex, StringBuffer t)
    
public  booleanisStoreInst(int index, byte[] info)
    
public  booleanisThisDUPSTOREAtEndOFTernaryIF(int pos, String type)
    
public  booleanisThisIfALoopCondition(IFBlock IF)
    
public  booleanisThisInstASTOREInst(int pos, StringBuffer sb)
    
public  booleanisThisInstructionIStoreInst(int s, StringBuffer sb)
    
public  booleanisThisInstructionIStoreInst(byte[] code, int s, StringBuffer sb)
    
public  booleanisThisLoopEndAlso(int i, int ifstart)
    
public  booleanisThisLoopStart(IFBlock IF)
    
public  booleanisThisTryStart(int i)
    
public  booleanlastIFinShortCutChain(IFBlock ifst, int i)
    

Field Detail
genericFinder
final public static GenericFinder genericFinder(Code)





Method Detail
isCurrentInstStore
public boolean isCurrentInstStore(int pos) throws ApplicationException(Code)



isEndOfGuard
public boolean isEndOfGuard(int pos) throws ApplicationException(Code)



isGotoPrecededByDUPSTORE
public boolean isGotoPrecededByDUPSTORE(int pos) throws ApplicationException(Code)



isHandlerEndPresentAtGuardEnd
public boolean isHandlerEndPresentAtGuardEnd(int i) throws ApplicationException(Code)



isIFForThisElseATernaryIF
public boolean isIFForThisElseATernaryIF(int pos, StringBuffer sb) throws ApplicationException(Code)



isIFInCase
public Switch.Case isIFInCase(int pos, IFBlock ifs) throws ApplicationException(Code)



isIFShortcutORComp
public boolean isIFShortcutORComp(int pos) throws ApplicationException(Code)



isIFpresentInTernaryList
public boolean isIFpresentInTernaryList(IFBlock ifst) throws ApplicationException(Code)



isIfConditionForSomeOtherLoop
public boolean isIfConditionForSomeOtherLoop(int pos, StringBuffer lend) throws ApplicationException(Code)



isIfFirstIfInLoopCondition
public boolean isIfFirstIfInLoopCondition(int pos) throws ApplicationException(Code)



isIfForLoadClass
public boolean isIfForLoadClass(IFBlock ifst) throws ApplicationException(Code)



isIfInADoWhile
public Loop isIfInADoWhile(int pos, IFBlock ifst) throws ApplicationException(Code)



isIfPartOfTernaryIfCond
public boolean isIfPartOfTernaryIfCond(int pos) throws ApplicationException(Code)



isIndexEndOfLoop
public boolean isIndexEndOfLoop(int pos) throws ApplicationException(Code)



isInstAload
public int isInstAload(int pos, StringBuffer bf) throws ApplicationException(Code)



isInstIloadInst
public int isInstIloadInst(int pos, StringBuffer sb2)(Code)



isInstLloadInst
public int isInstLloadInst(int pos, StringBuffer sb2)(Code)



isInstLoopStart
public boolean isInstLoopStart(int pos)(Code)



isInstPrimitiveArrayStore
public boolean isInstPrimitiveArrayStore(int inst)(Code)



isInstReturnInst
public boolean isInstReturnInst(int pos, StringBuffer sb)(Code)



isInstReturnInst
public boolean isInstReturnInst(byte[] code, int pos, StringBuffer sb)(Code)



isInstStore0
public boolean isInstStore0(int pos)(Code)



isInstrPosAAload
public boolean isInstrPosAAload(int pos) throws ApplicationException(Code)



isInstructionIF
public boolean isInstructionIF(int instruction)(Code)



isNextInstAStore
public boolean isNextInstAStore(int pos)(Code)



isNextInstructionIf
public boolean isNextInstructionIf(int nextInstruction)(Code)



isNextInstructionLoad
public boolean isNextInstructionLoad(int pos)(Code)



isNextInstructionPrimitiveStoreInst
public boolean isNextInstructionPrimitiveStoreInst(int pos, StringBuffer index)(Code)



isNextInstructionReturn
public boolean isNextInstructionReturn(int nextInstruction)(Code)



isNextInstructionStore
public boolean isNextInstructionStore(int nextInstruction)(Code)



isPrevInstALOADInst
public boolean isPrevInstALOADInst(int pos, StringBuffer s)(Code)



isPrevInstIloadInst
public boolean isPrevInstIloadInst(int s, StringBuffer sb2)(Code)



isPrevInstPrimitiveLoad
public boolean isPrevInstPrimitiveLoad(int pos, StringBuffer sb)(Code)



isPrevInstructionAload
public boolean isPrevInstructionAload(int pos, StringBuffer sb)(Code)



isStoreInst
public boolean isStoreInst(int index, StringBuffer varindex, StringBuffer t)(Code)



isStoreInst
public boolean isStoreInst(int index, byte[] info)(Code)



isThisDUPSTOREAtEndOFTernaryIF
public boolean isThisDUPSTOREAtEndOFTernaryIF(int pos, String type)(Code)



isThisIfALoopCondition
public boolean isThisIfALoopCondition(IFBlock IF)(Code)



isThisInstASTOREInst
public boolean isThisInstASTOREInst(int pos, StringBuffer sb)(Code)



isThisInstructionIStoreInst
public boolean isThisInstructionIStoreInst(int s, StringBuffer sb)(Code)



isThisInstructionIStoreInst
public boolean isThisInstructionIStoreInst(byte[] code, int s, StringBuffer sb)(Code)



isThisLoopEndAlso
public boolean isThisLoopEndAlso(int i, int ifstart)(Code)



isThisLoopStart
public boolean isThisLoopStart(IFBlock IF)(Code)



isThisTryStart
public boolean isThisTryStart(int i)(Code)



lastIFinShortCutChain
public boolean lastIFinShortCutChain(IFBlock ifst, int i)(Code)



Methods inherited from net.sf.jdec.lookup.BasicFinder
protected boolean beyondCodeArrayPos(int pos)(Code)(Java Doc)
public boolean checkForSomeSpecificInstructions(byte[] code, int i)(Code)(Java Doc)
public int getJumpAddress(int counter)(Code)(Java Doc)
protected Behaviour getMethod()(Code)(Java Doc)
public int getOffset(int counter)(Code)(Java Doc)
public int getPrevStartOfInst(int current)(Code)(Java Doc)
public boolean isCategory1AddSub(int pos)(Code)(Java Doc)
public boolean isCategory2AddSub(int pos)(Code)(Java Doc)
public boolean isInstAnyBasicPrimitiveOperation(int pos, StringBuffer sb)(Code)(Java Doc)
public boolean isInstAnyCMPInst(int pos)(Code)(Java Doc)
public int isInstAnyConstInst(int pos)(Code)(Java Doc)
public int isInstDloadInst(int pos, StringBuffer buffer)(Code)(Java Doc)
public boolean isInstDup(int pos)(Code)(Java Doc)
public int isInstFConstInst(int k)(Code)(Java Doc)
public int isInstFloadInst(int pos, StringBuffer buffer)(Code)(Java Doc)
public int isInstIConstInst(int pos)(Code)(Java Doc)
public int isInstLConstInst(int pos)(Code)(Java Doc)
public int isInstdConstInst(int pos)(Code)(Java Doc)
public boolean isInstructionAnyDUP(int pos)(Code)(Java Doc)
public boolean isNextInstIINC(int pos, int index, java.lang.String type)(Code)(Java Doc)
public boolean isNextInstructionAnyInvoke(int pos, StringBuffer sb)(Code)(Java Doc)
public boolean isNextInstructionConversionInst(int i)(Code)(Java Doc)
public int isNextInstructionConversionInst(int pos, StringBuffer value)(Code)(Java Doc)
public boolean isNextInstructionInvokeInterface(int nextInst)(Code)(Java Doc)
public boolean isNextInstructionInvokeSpecial(int nextInst)(Code)(Java Doc)
public boolean isNextInstructionInvokeStatic(int nextInst)(Code)(Java Doc)
public boolean isNextInstructionInvokeVirtual(int nextInst)(Code)(Java Doc)
public boolean isNextInstructionPop(int pos)(Code)(Java Doc)
public boolean isPrevInstDup(int cur)(Code)(Java Doc)
public boolean isPrevInstIINC(int current, int index)(Code)(Java Doc)
public boolean isPreviousInst(int current, int lookfor)(Code)(Java Doc)
public boolean isTernaryEnd(int i)(Code)(Java Doc)
public boolean isThisInstrStart(int pos)(Code)(Java Doc)
public boolean newfound()(Code)(Java Doc)

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.