RSE
Release 3.2

org.eclipse.rse.services.shells
Class ParsedOutput

java.lang.Object
  extended by 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)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ParsedOutput

public ParsedOutput(java.lang.String theType,
                    java.lang.String theText,
                    java.lang.String theFile,
                    int theLine,
                    int theColumn)

RSE
Release 3.2

Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.