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