org.eclipse.rse.services.shells
Class ParsedOutput
java.lang.Object
org.eclipse.rse.services.shells.ParsedOutput
public class ParsedOutput
- extends java.lang.Object
Field Summary |
int |
col
|
java.lang.String |
file
|
int |
line
|
java.lang.String |
text
|
java.lang.String |
type
|
Constructor Summary |
ParsedOutput(java.lang.String theType,
java.lang.String theText,
java.lang.String theFile,
int theLine,
int theColumn)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public java.lang.String type
text
public java.lang.String text
file
public java.lang.String file
line
public int line
col
public int col
ParsedOutput
public ParsedOutput(java.lang.String theType,
java.lang.String theText,
java.lang.String theFile,
int theLine,
int theColumn)
Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.