Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

oracle.jbo.script.debug.client.bdi
Class SourceModel

java.lang.Object
  extended by 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.


Nested Class Summary
static class SourceModel.Line
           
 
Field Summary
static SourceModel.Line prototypeCellValue
           
 
Constructor Summary
SourceModel(java.lang.String message)
           
 
Method Summary
 java.io.File fileName()
           
 java.lang.Object getElementAt(int index)
           
 int getSize()
           
 SourceModel.Line line(int lineNo)
           
 java.util.List referenceTypes()
           
 void showBreakpoint(int ln, boolean hasBreakpoint)
           
 void showExecutable(int ln, com.sun.jdi.ReferenceType refType)
           
 java.lang.String sourceLine(int lineNo)
           
 java.io.BufferedReader sourceReader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prototypeCellValue

public static final SourceModel.Line prototypeCellValue
Constructor Detail

SourceModel

public SourceModel(java.lang.String message)
Method Detail

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)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

Copyright © 1997, 2013, Oracle. All rights reserved.