Java Doc for KeYProgModelInfo.java in  » Testing » KeY » de » uka » ilkd » key » java » 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 » Testing » KeY » de.uka.ilkd.key.java 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   de.uka.ilkd.key.java.KeYProgModelInfo

KeYProgModelInfo
public class KeYProgModelInfo (Code)



Constructor Summary
public  KeYProgModelInfo(TypeConverter typeConverter, KeYExceptionHandler keh)
    
 KeYProgModelInfo(KeYCrossReferenceServiceConfiguration crsc, KeYRecoderMapping krm, TypeConverter typeConverter)
    

Method Summary
public  SetallElements()
     Returns all KeY-elements mapped by Recoder2KeY object of this KeYProgModelInfo.
public  CollectionallObjectSorts()
     Returns all ObjectSorts mapped to java.Types in KeY.
public  KeYProgModelInfocopy()
    
public  ListOfKeYJavaTypefindImplementations(Type ct, String name, ListOfKeYJavaType signature)
    
public  ListOfFieldgetAllFieldsLocallyDeclaredIn(KeYJavaType ct)
     returns the fields defined within the given class type.
public  ListOfMethodgetAllMethods(KeYJavaType kjt)
     Returns all visible methods that are defined in this class type or any of its supertypes.
public  ListOfProgramMethodgetAllProgramMethods(KeYJavaType kjt)
     Returns all visible methods that are defined in this class type or any of its supertypes.
public  ListOfProgramMethodgetAllProgramMethodsLocallyDeclared(KeYJavaType ct)
     Returns the ProgramMethods locally defined within the given class type.
public  ListOfKeYJavaTypegetAllSubtypes(KeYJavaType ct)
    
public  ListOfKeYJavaTypegetAllSupertypes(KeYJavaType ct)
     Returns all known subtypes of the given class type.
public  ListOfFieldgetAllVisibleFields(KeYJavaType ct)
     returns all in ct visible fields declared in ct or one of its supertypes in topological order starting with the fields of the given type If the type is represented in source code, the returned list matches the syntactic order.
public  ConstructorgetConstructor(KeYJavaType ct, ListOfKeYJavaType signature)
    
public  ListOfProgramMethodgetConstructors(KeYJavaType ct)
     Returns the constructors locally defined within the given class type.
public  KeYExceptionHandlergetExceptionHandler()
    
public  StringgetFullName(KeYJavaType t)
     Returns the full name of a KeYJavaType t.
public  ListOfMethodgetMethods(KeYJavaType ct, String m, ListOfType signature, KeYJavaType context)
     Returns the list of most specific methods with the given name that are defined in the given type or in a supertype where they are visible for the given type, and have a signature that is compatible to the given one.
public  ListOfMethodgetMethods(KeYJavaType ct)
     Returns the methods locally defined within the given class type.
public  ProgramMethodgetProgramMethod(KeYJavaType ct, String m, ListOfType signature, KeYJavaType context)
     Returns the programmethods with the given name that is defined in the given type or in a supertype where it is visible for the given type, and has a signature that is compatible to the given one. In the case that no method has been found or that the method could not be resolved uniquely null is returned.
public  ProgramMethodgetProgramMethod(KeYJavaType ct, String m, ListOfKeYJavaType signature, KeYJavaType context)
     Returns the programmethods with the given name that is defined in the given type or in a supertype where it is visible for the given type, and has a signature that is compatible to the given one.
Parameters:
  ct - the class type to get methods from.
Parameters:
  m - the name of the methods in question.
Parameters:
  signature - the statical type signature of a callee.
public  KeYCrossReferenceServiceConfigurationgetServConf()
    
public  recoder.abstraction.TypegetType(TypeReference tr)
    
public  booleanisPackage(String name)
    
public  booleanisSubtype(KeYJavaType subType, KeYJavaType superType)
     Checks whether subType is a subtype of superType or not.
public  voidputImplicitMethod(ProgramMethod m, KeYJavaType t)
    
public  JavaBlockreadBlock(String block, ClassDeclaration cd, NamespaceSet nss)
     Parses a given JavaBlock using cd as context to determine the right references.
Parameters:
  block - a String describing a java block
Parameters:
  cd - ClassDeclaration representing the context in which theblock has to be interpreted.
public  JavaBlockreadJavaBlock(String block, NamespaceSet nss)
     Parses a given JavaBlock using an empty context.
public  KeYRecoderMappingrec2key()
    


Constructor Detail
KeYProgModelInfo
public KeYProgModelInfo(TypeConverter typeConverter, KeYExceptionHandler keh)(Code)



KeYProgModelInfo
KeYProgModelInfo(KeYCrossReferenceServiceConfiguration crsc, KeYRecoderMapping krm, TypeConverter typeConverter)(Code)




Method Detail
allElements
public Set allElements()(Code)
Returns all KeY-elements mapped by Recoder2KeY object of this KeYProgModelInfo. a Set object containing the KeY-elements.



allObjectSorts
public Collection allObjectSorts()(Code)
Returns all ObjectSorts mapped to java.Types in KeY. a Collection containing the ObjectSorts.



copy
public KeYProgModelInfo copy()(Code)



findImplementations
public ListOfKeYJavaType findImplementations(Type ct, String name, ListOfKeYJavaType signature)(Code)



getAllFieldsLocallyDeclaredIn
public ListOfField getAllFieldsLocallyDeclaredIn(KeYJavaType ct)(Code)
returns the fields defined within the given class type. If the type is represented in source code, the returned list matches the syntactic order.
Parameters:
  ct - the class type whose fields are returned the list of field members of the given type.



getAllMethods
public ListOfMethod getAllMethods(KeYJavaType kjt)(Code)
Returns all visible methods that are defined in this class type or any of its supertypes. The methods are in topological order with respect to the inheritance hierarchy. the list of visible methods of this type and its supertypes.



getAllProgramMethods
public ListOfProgramMethod getAllProgramMethods(KeYJavaType kjt)(Code)
Returns all visible methods that are defined in this class type or any of its supertypes. The methods are in topological order with respect to the inheritance hierarchy. the list of visible methods of this type and its supertypes.



getAllProgramMethodsLocallyDeclared
public ListOfProgramMethod getAllProgramMethodsLocallyDeclared(KeYJavaType ct)(Code)
Returns the ProgramMethods locally defined within the given class type. If the type is represented in source code, the returned list matches the syntactic order.
Parameters:
  ct - a class type.



getAllSubtypes
public ListOfKeYJavaType getAllSubtypes(KeYJavaType ct)(Code)
Returns all proper subtypes of the given class type
Parameters:
  ct - a class type the list of the known subtypes of the given class type.



getAllSupertypes
public ListOfKeYJavaType getAllSupertypes(KeYJavaType ct)(Code)
Returns all known subtypes of the given class type.
Parameters:
  ct - a class type the list of the known subtypes of the given class type.



getAllVisibleFields
public ListOfField getAllVisibleFields(KeYJavaType ct)(Code)
returns all in ct visible fields declared in ct or one of its supertypes in topological order starting with the fields of the given type If the type is represented in source code, the returned list matches the syntactic order.
Parameters:
  ct - the class type whose fields are returned the list of field members of the given type.



getConstructor
public Constructor getConstructor(KeYJavaType ct, ListOfKeYJavaType signature)(Code)
retrieves the most specific constructor declared in the given type with respect to the given signature
Parameters:
  ct - the KeYJavyType where to look for the constructor
Parameters:
  signature - ListOfKeYJavaType representing the signature of the constructor the most specific constructor declared in the given type



getConstructors
public ListOfProgramMethod getConstructors(KeYJavaType ct)(Code)
Returns the constructors locally defined within the given class type. If the type is represented in source code, the returned list matches the syntactic order.
Parameters:
  ct - a class type.



getExceptionHandler
public KeYExceptionHandler getExceptionHandler()(Code)



getFullName
public String getFullName(KeYJavaType t)(Code)
Returns the full name of a KeYJavaType t. the full name of t as a String.



getMethods
public ListOfMethod getMethods(KeYJavaType ct, String m, ListOfType signature, KeYJavaType context)(Code)
Returns the list of most specific methods with the given name that are defined in the given type or in a supertype where they are visible for the given type, and have a signature that is compatible to the given one. If used to resolve a method call, the result should be defined and unambiguous.
Parameters:
  ct - the class type to get methods from.
Parameters:
  m - the name of the methods in question.
Parameters:
  signature - the statical type signature of a callee.



getMethods
public ListOfMethod getMethods(KeYJavaType ct)(Code)
Returns the methods locally defined within the given class type. If the type is represented in source code, the returned list matches the syntactic order.
Parameters:
  ct - a class type.



getProgramMethod
public ProgramMethod getProgramMethod(KeYJavaType ct, String m, ListOfType signature, KeYJavaType context)(Code)
Returns the programmethods with the given name that is defined in the given type or in a supertype where it is visible for the given type, and has a signature that is compatible to the given one. In the case that no method has been found or that the method could not be resolved uniquely null is returned.
Parameters:
  ct - the class type to get methods from.
Parameters:
  m - the name of the methods in question.
Parameters:
  signature - the statical type signature of a callee. the programmethod, if one is found,null if none or more than one programmethod is found (in this casea debug output is written to console).



getProgramMethod
public ProgramMethod getProgramMethod(KeYJavaType ct, String m, ListOfKeYJavaType signature, KeYJavaType context)(Code)
Returns the programmethods with the given name that is defined in the given type or in a supertype where it is visible for the given type, and has a signature that is compatible to the given one.
Parameters:
  ct - the class type to get methods from.
Parameters:
  m - the name of the methods in question.
Parameters:
  signature - the statical type signature of a callee. the programmethod, if one is found,null if none or more than one programmethod is found (in this casea debug output is written to console).



getServConf
public KeYCrossReferenceServiceConfiguration getServConf()(Code)



getType
public recoder.abstraction.Type getType(TypeReference tr)(Code)



isPackage
public boolean isPackage(String name)(Code)
checks if name refers to a package
Parameters:
  name - a String with the name to be checked true iff name refers to a package



isSubtype
public boolean isSubtype(KeYJavaType subType, KeYJavaType superType)(Code)
Checks whether subType is a subtype of superType or not.



putImplicitMethod
public void putImplicitMethod(ProgramMethod m, KeYJavaType t)(Code)



readBlock
public JavaBlock readBlock(String block, ClassDeclaration cd, NamespaceSet nss)(Code)
Parses a given JavaBlock using cd as context to determine the right references.
Parameters:
  block - a String describing a java block
Parameters:
  cd - ClassDeclaration representing the context in which theblock has to be interpreted. the parsed and resolved JavaBlock



readJavaBlock
public JavaBlock readJavaBlock(String block, NamespaceSet nss)(Code)
Parses a given JavaBlock using an empty context.
Parameters:
  block - a String describing a java block the parsed and resolved JavaBlock



rec2key
public KeYRecoderMapping rec2key()(Code)



Methods inherited from java.lang.Object
protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object o)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
public int hashCode()(Code)(Java Doc)
final public void notify() throws IllegalMonitorStateException(Code)(Java Doc)
final public void notifyAll() throws IllegalMonitorStateException(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final public void wait() throws IllegalMonitorStateException, InterruptedException(Code)(Java Doc)
final public void wait(long ms) throws IllegalMonitorStateException, InterruptedException(Code)(Java Doc)
final public void wait(long ms, int ns) throws IllegalMonitorStateException, 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.