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 Object


Field Summary
 int col
           
 String file
           
 int line
           
 String text
           
 String type
           
 
Constructor Summary
ParsedOutput(String theType, String theText, 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 String type

text

public String text

file

public String file

line

public int line

col

public int col
Constructor Detail

ParsedOutput

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

RSE
Release 3.2

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