Skip navigation links 
 
oracle.jbo.script.debug.client.bdi
Class SourceModel
java.lang.Object
  
oracle.jbo.script.debug.client.bdi.SourceModel
- 
public class SourceModel
 
- extends java.lang.Object
 
Represents and manages one source file. Caches source lines. Holds other source file info.
 
 
 
  
 
| Constructor Summary | 
SourceModel(java.lang.String message) 
            | 
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
prototypeCellValue
public static final SourceModel.Line prototypeCellValue
SourceModel
public SourceModel(java.lang.String message)
getElementAt
public java.lang.Object getElementAt(int index)
getSize
public int getSize()
fileName
public java.io.File fileName()
sourceReader
public java.io.BufferedReader sourceReader()
                                    throws java.io.IOException
- 
- Throws:
 
java.io.IOException 
 
line
public SourceModel.Line line(int lineNo)
sourceLine
public java.lang.String sourceLine(int lineNo)
referenceTypes
public java.util.List referenceTypes()
- 
- Returns:
 
- List of currently known 
ReferenceType in this source file. 
 
showBreakpoint
public void showBreakpoint(int ln,
                           boolean hasBreakpoint)
showExecutable
public void showExecutable(int ln,
                           com.sun.jdi.ReferenceType refType)
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.