Java Doc for JeannieCFactory.java in  » Parser » Rats-Parser-Generators » xtc » lang » jeannie » 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 » Parser » Rats Parser Generators » xtc.lang.jeannie 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   xtc.lang.jeannie.JeannieCFactory

JeannieCFactory
public class JeannieCFactory (Code)
Node factory xtc.lang.jeannie.JeannieCFactory.

This class has been generated by the xtc Factory Factory, version 1.13.1, (C) 2004-2007 Robert Grimm.




Constructor Summary
public  JeannieCFactory()
     Create a new node factory.

Method Summary
public  NodeabruptFlowCheck(Node fieldName, Node abruptFlowJump)
     Create an if statement.
Parameters:
  fieldName - The fieldName.
Parameters:
  abruptFlowJump - The abruptFlowJump.
public  NodeabruptFlowCheckOpenArray(String releaseAbrupt, Node fieldName, Node abruptFlowJump)
     Create a compound statement.
Parameters:
  releaseAbrupt - The releaseAbrupt.
Parameters:
  fieldName - The fieldName.
Parameters:
  abruptFlowJump - The abruptFlowJump.
public  NodeabruptFlowJumpOpenArray(String label)
     Create a goto statement.
Parameters:
  label - The label.
public  Nodeblock(List<Node> statements)
     Create a compound statement.
Parameters:
  statements - The statements.
public  NodecInJavaExpressionWithCEnv(String tag, Node expression)
     Create a compound statement.
Parameters:
  tag - The tag.
Parameters:
  expression - The expression.
public  NodecInJavaExpressionWithoutCEnv(String tag, Node expression)
     Create a compound statement.
Parameters:
  tag - The tag.
Parameters:
  expression - The expression.
public  NodecInJavaStatementWithCEnv(String tag, Node statement)
     Create a compound statement.
Parameters:
  tag - The tag.
Parameters:
  statement - The statement.
public  NodecInJavaStatementWithoutCEnv(String tag, Node statement)
     Create a compound statement.
Parameters:
  tag - The tag.
Parameters:
  statement - The statement.
public  Nodecancel(String releaseAbrupt, Node abruptFlowJump)
     Create a compound statement.
Parameters:
  releaseAbrupt - The releaseAbrupt.
Parameters:
  abruptFlowJump - The abruptFlowJump.
public  NodecheckedFunctionCallResult(Node tmpDeclaration, Node call, Node abruptFlowCheck)
     Create a statement as expression.
Parameters:
  tmpDeclaration - The tmpDeclaration.
Parameters:
  call - The call.
Parameters:
  abruptFlowCheck - The abruptFlowCheck.
public  NodecheckedFunctionCallVoid(Node call, Node abruptFlowCheck)
     Create a compound statement.
Parameters:
  call - The call.
Parameters:
  abruptFlowCheck - The abruptFlowCheck.
public  NodeclosureStatement(String tag, Node copyFormals, Node className, Node statement)
     Create a compound statement.
Parameters:
  tag - The tag.
Parameters:
  copyFormals - The copyFormals.
Parameters:
  className - The className.
Parameters:
  statement - The statement.
public  Nodecommit(String releaseAbrupt, Node abruptFlowJump)
     Create a compound statement.
Parameters:
  releaseAbrupt - The releaseAbrupt.
Parameters:
  abruptFlowJump - The abruptFlowJump.
public  NodecopyBetweenJavaAndC(String apiFunction, Node javaArray, Node javaArrayStart, Node length, Node cArray, Node cArrayStart, Node abruptFlowCheck)
     Create a statement as expression.
Parameters:
  apiFunction - The apiFunction.
Parameters:
  javaArray - The javaArray.
Parameters:
  javaArrayStart - The javaArrayStart.
Parameters:
  length - The length.
Parameters:
  cArray - The cArray.
Parameters:
  cArrayStart - The cArrayStart.
Parameters:
  abruptFlowCheck - The abruptFlowCheck.
public  NodecopyBetweenJavaAndCUTF(Node javaArray, Node javaArrayStart, Node length, String apiFunction, Node cArray, Node cArrayStart, Node abruptFlowCheck)
     Create a statement as expression.
Parameters:
  javaArray - The javaArray.
Parameters:
  javaArrayStart - The javaArrayStart.
Parameters:
  length - The length.
Parameters:
  apiFunction - The apiFunction.
Parameters:
  cArray - The cArray.
Parameters:
  cArrayStart - The cArrayStart.
Parameters:
  abruptFlowCheck - The abruptFlowCheck.
public  NodecopyFromJavaReference(Node javaArray, Node javaArrayStart, Node length, Node cArray, Node cArrayStart, Node abruptFlowCheck)
     Create a statement as expression.
Parameters:
  javaArray - The javaArray.
Parameters:
  javaArrayStart - The javaArrayStart.
Parameters:
  length - The length.
Parameters:
  cArray - The cArray.
Parameters:
  cArrayStart - The cArrayStart.
Parameters:
  abruptFlowCheck - The abruptFlowCheck.
public  NodecopyToJavaReference(Node javaArray, Node javaArrayStart, Node length, Node cArray, Node cArrayStart, Node abruptFlowCheck)
     Create a statement as expression.
Parameters:
  javaArray - The javaArray.
Parameters:
  javaArrayStart - The javaArrayStart.
Parameters:
  length - The length.
Parameters:
  cArray - The cArray.
Parameters:
  cArrayStart - The cArrayStart.
Parameters:
  abruptFlowCheck - The abruptFlowCheck.
public  NodedeclareStruct(String tag, List<Node> members)
     Create a declaration.
Parameters:
  tag - The tag.
Parameters:
  members - The members.
public  NodegetPCEnvField(String name)
     Create an indirect component selection.
Parameters:
  name - The name.
public  NodejavaInCExpression32(Node name, Node signature, Node tmpDeclaration, String apiFunction, Node abruptFlowCheck)
     Create a statement as expression.
Parameters:
  name - The name.
Parameters:
  signature - The signature.
Parameters:
  tmpDeclaration - The tmpDeclaration.
Parameters:
  apiFunction - The apiFunction.
Parameters:
  abruptFlowCheck - The abruptFlowCheck.
public  NodejavaInCExpression64(Node name, Node signature, Node tmpDeclaration, String apiFunction, Node abruptFlowCheck)
     Create a statement as expression.
Parameters:
  name - The name.
Parameters:
  signature - The signature.
Parameters:
  tmpDeclaration - The tmpDeclaration.
Parameters:
  apiFunction - The apiFunction.
Parameters:
  abruptFlowCheck - The abruptFlowCheck.
public  NodejavaInCStatement32(Node name, Node signature, String apiFunction, Node abruptFlowCheck)
     Create a compound statement.
Parameters:
  name - The name.
Parameters:
  signature - The signature.
Parameters:
  apiFunction - The apiFunction.
Parameters:
  abruptFlowCheck - The abruptFlowCheck.
public  NodejavaInCStatement64(Node name, Node signature, String apiFunction, Node abruptFlowCheck)
     Create a compound statement.
Parameters:
  name - The name.
Parameters:
  signature - The signature.
Parameters:
  apiFunction - The apiFunction.
Parameters:
  abruptFlowCheck - The abruptFlowCheck.
public  NodenewJavaString(String apiFunction, Node cString, Node abruptFlowCheck)
     Create a statement as expression.
Parameters:
  apiFunction - The apiFunction.
Parameters:
  cString - The cString.
Parameters:
  abruptFlowCheck - The abruptFlowCheck.
public  NodereturnResult(Node result, Node signature, String apiFunction, Node value, Node abrupt, Node abruptFlowJump)
     Create a compound statement.
Parameters:
  result - The result.
Parameters:
  signature - The signature.
Parameters:
  apiFunction - The apiFunction.
Parameters:
  value - The value.
Parameters:
  abrupt - The abrupt.
Parameters:
  abruptFlowJump - The abruptFlowJump.
public  NodereturnVoid(Node abrupt, Node abruptFlowJump)
     Create a compound statement.
Parameters:
  abrupt - The abrupt.
Parameters:
  abruptFlowJump - The abruptFlowJump.
public  NodesetPCEnvField(String name, Node value)
     Create an expression statement.
Parameters:
  name - The name.
Parameters:
  value - The value.
public  NodestringUTFLength1(Node javaString)
     Create a function call.
Parameters:
  javaString - The javaString.
public  NodestringUTFLength3(Node javaString, Node start, Node length)
     Create a function call.
Parameters:
  javaString - The javaString.
Parameters:
  start - The start.
Parameters:
  length - The length.
public  NodewithPrimitiveArray(String jaField, Node init, String releaseAbrupt, Node caDecl, String caField, String getRegion, Node body, String label, String setRegion, Node abruptFlowCheck)
     Create a compound statement.
Parameters:
  jaField - The jaField.
Parameters:
  init - The init.
Parameters:
  releaseAbrupt - The releaseAbrupt.
Parameters:
  caDecl - The caDecl.
Parameters:
  caField - The caField.
Parameters:
  getRegion - The getRegion.
Parameters:
  body - The body.
Parameters:
  label - The label.
Parameters:
  setRegion - The setRegion.
Parameters:
  abruptFlowCheck - The abruptFlowCheck.
public  NodewithReferenceArray(String jaField, Node init, String releaseAbrupt, String caField, Node body, String label, Node abruptFlowCheck)
     Create a compound statement.
Parameters:
  jaField - The jaField.
Parameters:
  init - The init.
Parameters:
  releaseAbrupt - The releaseAbrupt.
Parameters:
  caField - The caField.
Parameters:
  body - The body.
Parameters:
  label - The label.
Parameters:
  abruptFlowCheck - The abruptFlowCheck.
public  NodewithString(String jsField, Node init, String releaseAbrupt, String csField, Node body, String label, Node abruptFlowCheck)
     Create a compound statement.
Parameters:
  jsField - The jsField.
Parameters:
  init - The init.
Parameters:
  releaseAbrupt - The releaseAbrupt.
Parameters:
  csField - The csField.
Parameters:
  body - The body.
Parameters:
  label - The label.
Parameters:
  abruptFlowCheck - The abruptFlowCheck.
public  NodewithStringUTF(String jsField, Node init, String releaseAbrupt, String csField, Node body, String label, Node abruptFlowCheck)
     Create a compound statement.
Parameters:
  jsField - The jsField.
Parameters:
  init - The init.
Parameters:
  releaseAbrupt - The releaseAbrupt.
Parameters:
  csField - The csField.
Parameters:
  body - The body.
Parameters:
  label - The label.
Parameters:
  abruptFlowCheck - The abruptFlowCheck.


Constructor Detail
JeannieCFactory
public JeannieCFactory()(Code)
Create a new node factory.




Method Detail
abruptFlowCheck
public Node abruptFlowCheck(Node fieldName, Node abruptFlowJump)(Code)
Create an if statement.
Parameters:
  fieldName - The fieldName.
Parameters:
  abruptFlowJump - The abruptFlowJump. The generic node.



abruptFlowCheckOpenArray
public Node abruptFlowCheckOpenArray(String releaseAbrupt, Node fieldName, Node abruptFlowJump)(Code)
Create a compound statement.
Parameters:
  releaseAbrupt - The releaseAbrupt.
Parameters:
  fieldName - The fieldName.
Parameters:
  abruptFlowJump - The abruptFlowJump. The generic node.



abruptFlowJumpOpenArray
public Node abruptFlowJumpOpenArray(String label)(Code)
Create a goto statement.
Parameters:
  label - The label. The generic node.



block
public Node block(List<Node> statements)(Code)
Create a compound statement.
Parameters:
  statements - The statements. The generic node.



cInJavaExpressionWithCEnv
public Node cInJavaExpressionWithCEnv(String tag, Node expression)(Code)
Create a compound statement.
Parameters:
  tag - The tag.
Parameters:
  expression - The expression. The generic node.



cInJavaExpressionWithoutCEnv
public Node cInJavaExpressionWithoutCEnv(String tag, Node expression)(Code)
Create a compound statement.
Parameters:
  tag - The tag.
Parameters:
  expression - The expression. The generic node.



cInJavaStatementWithCEnv
public Node cInJavaStatementWithCEnv(String tag, Node statement)(Code)
Create a compound statement.
Parameters:
  tag - The tag.
Parameters:
  statement - The statement. The generic node.



cInJavaStatementWithoutCEnv
public Node cInJavaStatementWithoutCEnv(String tag, Node statement)(Code)
Create a compound statement.
Parameters:
  tag - The tag.
Parameters:
  statement - The statement. The generic node.



cancel
public Node cancel(String releaseAbrupt, Node abruptFlowJump)(Code)
Create a compound statement.
Parameters:
  releaseAbrupt - The releaseAbrupt.
Parameters:
  abruptFlowJump - The abruptFlowJump. The generic node.



checkedFunctionCallResult
public Node checkedFunctionCallResult(Node tmpDeclaration, Node call, Node abruptFlowCheck)(Code)
Create a statement as expression.
Parameters:
  tmpDeclaration - The tmpDeclaration.
Parameters:
  call - The call.
Parameters:
  abruptFlowCheck - The abruptFlowCheck. The generic node.



checkedFunctionCallVoid
public Node checkedFunctionCallVoid(Node call, Node abruptFlowCheck)(Code)
Create a compound statement.
Parameters:
  call - The call.
Parameters:
  abruptFlowCheck - The abruptFlowCheck. The generic node.



closureStatement
public Node closureStatement(String tag, Node copyFormals, Node className, Node statement)(Code)
Create a compound statement.
Parameters:
  tag - The tag.
Parameters:
  copyFormals - The copyFormals.
Parameters:
  className - The className.
Parameters:
  statement - The statement. The generic node.



commit
public Node commit(String releaseAbrupt, Node abruptFlowJump)(Code)
Create a compound statement.
Parameters:
  releaseAbrupt - The releaseAbrupt.
Parameters:
  abruptFlowJump - The abruptFlowJump. The generic node.



copyBetweenJavaAndC
public Node copyBetweenJavaAndC(String apiFunction, Node javaArray, Node javaArrayStart, Node length, Node cArray, Node cArrayStart, Node abruptFlowCheck)(Code)
Create a statement as expression.
Parameters:
  apiFunction - The apiFunction.
Parameters:
  javaArray - The javaArray.
Parameters:
  javaArrayStart - The javaArrayStart.
Parameters:
  length - The length.
Parameters:
  cArray - The cArray.
Parameters:
  cArrayStart - The cArrayStart.
Parameters:
  abruptFlowCheck - The abruptFlowCheck. The generic node.



copyBetweenJavaAndCUTF
public Node copyBetweenJavaAndCUTF(Node javaArray, Node javaArrayStart, Node length, String apiFunction, Node cArray, Node cArrayStart, Node abruptFlowCheck)(Code)
Create a statement as expression.
Parameters:
  javaArray - The javaArray.
Parameters:
  javaArrayStart - The javaArrayStart.
Parameters:
  length - The length.
Parameters:
  apiFunction - The apiFunction.
Parameters:
  cArray - The cArray.
Parameters:
  cArrayStart - The cArrayStart.
Parameters:
  abruptFlowCheck - The abruptFlowCheck. The generic node.



copyFromJavaReference
public Node copyFromJavaReference(Node javaArray, Node javaArrayStart, Node length, Node cArray, Node cArrayStart, Node abruptFlowCheck)(Code)
Create a statement as expression.
Parameters:
  javaArray - The javaArray.
Parameters:
  javaArrayStart - The javaArrayStart.
Parameters:
  length - The length.
Parameters:
  cArray - The cArray.
Parameters:
  cArrayStart - The cArrayStart.
Parameters:
  abruptFlowCheck - The abruptFlowCheck. The generic node.



copyToJavaReference
public Node copyToJavaReference(Node javaArray, Node javaArrayStart, Node length, Node cArray, Node cArrayStart, Node abruptFlowCheck)(Code)
Create a statement as expression.
Parameters:
  javaArray - The javaArray.
Parameters:
  javaArrayStart - The javaArrayStart.
Parameters:
  length - The length.
Parameters:
  cArray - The cArray.
Parameters:
  cArrayStart - The cArrayStart.
Parameters:
  abruptFlowCheck - The abruptFlowCheck. The generic node.



declareStruct
public Node declareStruct(String tag, List<Node> members)(Code)
Create a declaration.
Parameters:
  tag - The tag.
Parameters:
  members - The members. The generic node.



getPCEnvField
public Node getPCEnvField(String name)(Code)
Create an indirect component selection.
Parameters:
  name - The name. The generic node.



javaInCExpression32
public Node javaInCExpression32(Node name, Node signature, Node tmpDeclaration, String apiFunction, Node abruptFlowCheck)(Code)
Create a statement as expression.
Parameters:
  name - The name.
Parameters:
  signature - The signature.
Parameters:
  tmpDeclaration - The tmpDeclaration.
Parameters:
  apiFunction - The apiFunction.
Parameters:
  abruptFlowCheck - The abruptFlowCheck. The generic node.



javaInCExpression64
public Node javaInCExpression64(Node name, Node signature, Node tmpDeclaration, String apiFunction, Node abruptFlowCheck)(Code)
Create a statement as expression.
Parameters:
  name - The name.
Parameters:
  signature - The signature.
Parameters:
  tmpDeclaration - The tmpDeclaration.
Parameters:
  apiFunction - The apiFunction.
Parameters:
  abruptFlowCheck - The abruptFlowCheck. The generic node.



javaInCStatement32
public Node javaInCStatement32(Node name, Node signature, String apiFunction, Node abruptFlowCheck)(Code)
Create a compound statement.
Parameters:
  name - The name.
Parameters:
  signature - The signature.
Parameters:
  apiFunction - The apiFunction.
Parameters:
  abruptFlowCheck - The abruptFlowCheck. The generic node.



javaInCStatement64
public Node javaInCStatement64(Node name, Node signature, String apiFunction, Node abruptFlowCheck)(Code)
Create a compound statement.
Parameters:
  name - The name.
Parameters:
  signature - The signature.
Parameters:
  apiFunction - The apiFunction.
Parameters:
  abruptFlowCheck - The abruptFlowCheck. The generic node.



newJavaString
public Node newJavaString(String apiFunction, Node cString, Node abruptFlowCheck)(Code)
Create a statement as expression.
Parameters:
  apiFunction - The apiFunction.
Parameters:
  cString - The cString.
Parameters:
  abruptFlowCheck - The abruptFlowCheck. The generic node.



returnResult
public Node returnResult(Node result, Node signature, String apiFunction, Node value, Node abrupt, Node abruptFlowJump)(Code)
Create a compound statement.
Parameters:
  result - The result.
Parameters:
  signature - The signature.
Parameters:
  apiFunction - The apiFunction.
Parameters:
  value - The value.
Parameters:
  abrupt - The abrupt.
Parameters:
  abruptFlowJump - The abruptFlowJump. The generic node.



returnVoid
public Node returnVoid(Node abrupt, Node abruptFlowJump)(Code)
Create a compound statement.
Parameters:
  abrupt - The abrupt.
Parameters:
  abruptFlowJump - The abruptFlowJump. The generic node.



setPCEnvField
public Node setPCEnvField(String name, Node value)(Code)
Create an expression statement.
Parameters:
  name - The name.
Parameters:
  value - The value. The generic node.



stringUTFLength1
public Node stringUTFLength1(Node javaString)(Code)
Create a function call.
Parameters:
  javaString - The javaString. The generic node.



stringUTFLength3
public Node stringUTFLength3(Node javaString, Node start, Node length)(Code)
Create a function call.
Parameters:
  javaString - The javaString.
Parameters:
  start - The start.
Parameters:
  length - The length. The generic node.



withPrimitiveArray
public Node withPrimitiveArray(String jaField, Node init, String releaseAbrupt, Node caDecl, String caField, String getRegion, Node body, String label, String setRegion, Node abruptFlowCheck)(Code)
Create a compound statement.
Parameters:
  jaField - The jaField.
Parameters:
  init - The init.
Parameters:
  releaseAbrupt - The releaseAbrupt.
Parameters:
  caDecl - The caDecl.
Parameters:
  caField - The caField.
Parameters:
  getRegion - The getRegion.
Parameters:
  body - The body.
Parameters:
  label - The label.
Parameters:
  setRegion - The setRegion.
Parameters:
  abruptFlowCheck - The abruptFlowCheck. The generic node.



withReferenceArray
public Node withReferenceArray(String jaField, Node init, String releaseAbrupt, String caField, Node body, String label, Node abruptFlowCheck)(Code)
Create a compound statement.
Parameters:
  jaField - The jaField.
Parameters:
  init - The init.
Parameters:
  releaseAbrupt - The releaseAbrupt.
Parameters:
  caField - The caField.
Parameters:
  body - The body.
Parameters:
  label - The label.
Parameters:
  abruptFlowCheck - The abruptFlowCheck. The generic node.



withString
public Node withString(String jsField, Node init, String releaseAbrupt, String csField, Node body, String label, Node abruptFlowCheck)(Code)
Create a compound statement.
Parameters:
  jsField - The jsField.
Parameters:
  init - The init.
Parameters:
  releaseAbrupt - The releaseAbrupt.
Parameters:
  csField - The csField.
Parameters:
  body - The body.
Parameters:
  label - The label.
Parameters:
  abruptFlowCheck - The abruptFlowCheck. The generic node.



withStringUTF
public Node withStringUTF(String jsField, Node init, String releaseAbrupt, String csField, Node body, String label, Node abruptFlowCheck)(Code)
Create a compound statement.
Parameters:
  jsField - The jsField.
Parameters:
  init - The init.
Parameters:
  releaseAbrupt - The releaseAbrupt.
Parameters:
  csField - The csField.
Parameters:
  body - The body.
Parameters:
  label - The label.
Parameters:
  abruptFlowCheck - The abruptFlowCheck. The generic node.



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.