public class SourceInfo extends Object
| Constructor and Description |
|---|
SourceInfo(String sess,
DmcObject obj)
Used to create source information associated with a remote session that is
doing something with the object to which rules are being applied.
|
SourceInfo(String fn,
int ln)
Used to create source information about an object that was defined at a known
location, but not much else is available.
|
SourceInfo(String fn,
String ln)
Used to create source information about an object that was defined at a known
location, but not much else is available.
|
SourceInfo(String fn,
String ln,
DmcObject obj)
Used to create source information about an object that has been read from a file.
|
public SourceInfo(String fn, String ln, DmcObject obj)
fn - The file nameln - The line number.obj - The object.public SourceInfo(String sess, DmcObject obj)
sess - A string representation of the session information.obj - The object being altered.public SourceInfo(String fn, String ln)
fn - The file nameln - The line number.public SourceInfo(String fn, int ln)
fn - The file nameln - The line number.Copyright © 2023. All rights reserved.