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


java.lang.Object
   de.uka.ilkd.key.visualdebugger.VisualDebugger

VisualDebugger
public class VisualDebugger (Code)

Inner Class :public class TestCaseIdentifier

Field Summary
final public static  StringdebugClass
    
final public static  StringdebugPackage
    
static  booleankeyBuggerMode
    
protected  intmaxProofStepsForStateVisComputation
    
public static  booleanquan_splitting
    
final public static  StringsepName
    
public static  booleanshowImpliciteAttr
    
public static  booleanshowMainWindow
    
final public static  StringtempDir
    
final public static  booleanvdInDebugMode
    

Constructor Summary
protected  VisualDebugger()
    

Method Summary
public  voidaddListener(DebuggerListener listener)
    
public  voidaddTestCase(String file, String method, Node n)
    
public  ListOfProgramVariablearrayOfExpression2ListOfProgVar(ArrayOfExpression aoe, int start)
    
public static  booleancontainsImplicitAttr(Term t)
    
public  SourceElementdetermineFirstAndActiveStatement(Node node)
     determines and returns the first and active statement if the applied taclet worked on a modality.
public  voidextractInput(Node n, PosInOccurrence pio)
    
public  voidextractPrecondition(Node node, PosInOccurrence pio)
    
public  voidfireDebuggerEvent(DebuggerEvent event)
    
public  SetOfTermgetArrayIndex(PosInOccurrence pio2)
    
public  SetOfTermgetArrayLocations(PosInOccurrence pio2)
    
public  BreakpointManagergetBpManager()
    
public  StateVisualizationgetCurrentState()
    
public  ITNodegetCurrentTree()
    
public  ProgramMethodgetDebuggingMethod()
    
public  PosInOccurrencegetExecutionTerminatedNormal(Node n)
    
public  HashMapgetInputPV2term()
    
public  ListOfTermgetLocations(PosInOccurrence pio2)
    
public  KeYMediatorgetMediator()
    
public  MethodFramegetMethodFrame(SourceElement context)
    
public  intgetMethodStackSize(Node n)
    
public static  StringgetMethodString(MethodDeclaration md)
    
public  NodegetNodeForTC(String file, String method)
    
public  HashSetgetParam(MethodBodyStatement mbs)
    
public  FunctiongetPostPredicate()
    
public  SequentgetPrecondition()
    
public  SourceElementIdgetProgramCounter(JavaBlock jb)
    
public  SourceElementIdgetProgramCounter(Node n)
    
public  SourceElementIdgetProgramCounter(PosInOccurrence pio)
    
public  PosInOccurrencegetProgramPIO(Sequent s)
    
public  intgetRunLimit()
    
public  ProgramVariablegetSelfPV()
    
public  TermgetSelfTerm()
    
public  SetOfTermgetSymbolicInputValues()
    
public  ListOfTermgetSymbolicInputValuesAsList()
    
public  HashMapgetTerm2InputPV()
    
public  ClassTypegetType()
    
public  HashMapgetValuesForLocation(HashSet locs, PosInOccurrence pio)
    
public static  VisualDebuggergetVisualDebugger()
    
public  voidinitialize()
    
public static  booleanisDebuggingMode()
    
public  booleanisInitPhase()
    
public  booleanisSepStatement(ProgramElement pe)
    
public  booleanisStaticMethod()
    
public  JavaBlockmodalityTopLevel(PosInOccurrence pio)
    
public  StringprettyPrint(ListOfTerm l)
    
public  StringprettyPrint(ListOfTerm l, LinkedList objects, SymbolicObject thisObject)
    
public  StringprettyPrint(SetOfTerm l, LinkedList objects, SymbolicObject thisObject)
    
public  StringprettyPrint(Term l)
    
public  StringprettyPrint(Term l, LinkedList sos, SymbolicObject so)
    
public static  voidprint(Object o)
    
public static  voidprint(String s)
    
public  voidprintTestCases()
    
public  ListOfTermremoveImplicite(ListOfTerm list)
    
public  booleanrun()
    
public  booleanrun(ListOfGoal goals)
    
public static  voidsetDebuggingMode(boolean mode)
    
public  voidsetInitPhase(boolean initPhase)
    
public  voidsetInputPV2term(HashMap inputPV2term)
    
public  voidsetProofStrategy(Proof proof, boolean splittingAllowed, boolean inUpdateAndAssumes)
    
public  voidsetSelfPV(ProgramVariable selfPV)
    
public  voidsetStaticMethod(boolean staticMethod)
    
public  voidsetTerm2InputPV(HashMap inputValues)
    
public  voidsetType(ClassType type)
    
public  ListOfTermsimplify(ListOfTerm terms)
    
public  booleanstepInto()
    
public  booleanstepInto(ListOfGoal goals)
    
public  booleanstepInto(ListOfGoal goals, int steps)
    
public  voidstepOver()
    
public  voidstepOver(ListOfGoal goals)
    
public  booleanstepToFirstSep()
    
public synchronized  voidvisualize(ITNode n)
    

Field Detail
debugClass
final public static String debugClass(Code)



debugPackage
final public static String debugPackage(Code)



keyBuggerMode
static boolean keyBuggerMode(Code)



maxProofStepsForStateVisComputation
protected int maxProofStepsForStateVisComputation(Code)



quan_splitting
public static boolean quan_splitting(Code)



sepName
final public static String sepName(Code)



showImpliciteAttr
public static boolean showImpliciteAttr(Code)



showMainWindow
public static boolean showMainWindow(Code)



tempDir
final public static String tempDir(Code)



vdInDebugMode
final public static boolean vdInDebugMode(Code)




Constructor Detail
VisualDebugger
protected VisualDebugger()(Code)




Method Detail
addListener
public void addListener(DebuggerListener listener)(Code)



addTestCase
public void addTestCase(String file, String method, Node n)(Code)



arrayOfExpression2ListOfProgVar
public ListOfProgramVariable arrayOfExpression2ListOfProgVar(ArrayOfExpression aoe, int start)(Code)



containsImplicitAttr
public static boolean containsImplicitAttr(Term t)(Code)



determineFirstAndActiveStatement
public SourceElement determineFirstAndActiveStatement(Node node)(Code)
determines and returns the first and active statement if the applied taclet worked on a modality. If the applied taclet performs no symbolic execution null is returned



extractInput
public void extractInput(Node n, PosInOccurrence pio)(Code)



extractPrecondition
public void extractPrecondition(Node node, PosInOccurrence pio)(Code)



fireDebuggerEvent
public void fireDebuggerEvent(DebuggerEvent event)(Code)



getArrayIndex
public SetOfTerm getArrayIndex(PosInOccurrence pio2)(Code)



getArrayLocations
public SetOfTerm getArrayLocations(PosInOccurrence pio2)(Code)



getBpManager
public BreakpointManager getBpManager()(Code)



getCurrentState
public StateVisualization getCurrentState()(Code)



getCurrentTree
public ITNode getCurrentTree()(Code)



getDebuggingMethod
public ProgramMethod getDebuggingMethod()(Code)



getExecutionTerminatedNormal
public PosInOccurrence getExecutionTerminatedNormal(Node n)(Code)



getInputPV2term
public HashMap getInputPV2term()(Code)
term 2 term



getLocations
public ListOfTerm getLocations(PosInOccurrence pio2)(Code)



getMediator
public KeYMediator getMediator()(Code)



getMethodFrame
public MethodFrame getMethodFrame(SourceElement context)(Code)



getMethodStackSize
public int getMethodStackSize(Node n)(Code)



getMethodString
public static String getMethodString(MethodDeclaration md)(Code)



getNodeForTC
public Node getNodeForTC(String file, String method)(Code)



getParam
public HashSet getParam(MethodBodyStatement mbs)(Code)



getPostPredicate
public Function getPostPredicate()(Code)



getPrecondition
public Sequent getPrecondition()(Code)



getProgramCounter
public SourceElementId getProgramCounter(JavaBlock jb)(Code)



getProgramCounter
public SourceElementId getProgramCounter(Node n)(Code)



getProgramCounter
public SourceElementId getProgramCounter(PosInOccurrence pio)(Code)



getProgramPIO
public PosInOccurrence getProgramPIO(Sequent s)(Code)



getRunLimit
public int getRunLimit()(Code)



getSelfPV
public ProgramVariable getSelfPV()(Code)



getSelfTerm
public Term getSelfTerm()(Code)



getSymbolicInputValues
public SetOfTerm getSymbolicInputValues()(Code)



getSymbolicInputValuesAsList
public ListOfTerm getSymbolicInputValuesAsList()(Code)



getTerm2InputPV
public HashMap getTerm2InputPV()(Code)



getType
public ClassType getType()(Code)



getValuesForLocation
public HashMap getValuesForLocation(HashSet locs, PosInOccurrence pio)(Code)

Parameters:
  locs - set of Terms (ops) term2term



getVisualDebugger
public static VisualDebugger getVisualDebugger()(Code)



initialize
public void initialize()(Code)



isDebuggingMode
public static boolean isDebuggingMode()(Code)



isInitPhase
public boolean isInitPhase()(Code)



isSepStatement
public boolean isSepStatement(ProgramElement pe)(Code)



isStaticMethod
public boolean isStaticMethod()(Code)



modalityTopLevel
public JavaBlock modalityTopLevel(PosInOccurrence pio)(Code)



prettyPrint
public String prettyPrint(ListOfTerm l)(Code)



prettyPrint
public String prettyPrint(ListOfTerm l, LinkedList objects, SymbolicObject thisObject)(Code)



prettyPrint
public String prettyPrint(SetOfTerm l, LinkedList objects, SymbolicObject thisObject)(Code)



prettyPrint
public String prettyPrint(Term l)(Code)



prettyPrint
public String prettyPrint(Term l, LinkedList sos, SymbolicObject so)(Code)



print
public static void print(Object o)(Code)



print
public static void print(String s)(Code)



printTestCases
public void printTestCases()(Code)



removeImplicite
public ListOfTerm removeImplicite(ListOfTerm list)(Code)



run
public boolean run()(Code)



run
public boolean run(ListOfGoal goals)(Code)



setDebuggingMode
public static void setDebuggingMode(boolean mode)(Code)



setInitPhase
public void setInitPhase(boolean initPhase)(Code)



setInputPV2term
public void setInputPV2term(HashMap inputPV2term)(Code)



setProofStrategy
public void setProofStrategy(Proof proof, boolean splittingAllowed, boolean inUpdateAndAssumes)(Code)



setSelfPV
public void setSelfPV(ProgramVariable selfPV)(Code)



setStaticMethod
public void setStaticMethod(boolean staticMethod)(Code)



setTerm2InputPV
public void setTerm2InputPV(HashMap inputValues)(Code)



setType
public void setType(ClassType type)(Code)



simplify
public ListOfTerm simplify(ListOfTerm terms)(Code)



stepInto
public boolean stepInto()(Code)



stepInto
public boolean stepInto(ListOfGoal goals)(Code)



stepInto
public boolean stepInto(ListOfGoal goals, int steps)(Code)



stepOver
public void stepOver()(Code)



stepOver
public void stepOver(ListOfGoal goals)(Code)



stepToFirstSep
public boolean stepToFirstSep()(Code)



visualize
public synchronized void visualize(ITNode n)(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.