public class PreprocessorInfoChannel
extends java.lang.Object
Constructor and Description |
---|
PreprocessorInfoChannel() |
Modifier and Type | Method and Description |
---|---|
void |
addLineForTokenNumber(java.lang.Object line,
java.lang.Integer toknum) |
java.util.List |
extractLinesPrecedingTokenNumber(java.lang.Integer toknum) |
int |
getMaxTokenNumber() |
java.lang.String |
toString() |
public void addLineForTokenNumber(java.lang.Object line, java.lang.Integer toknum)
public int getMaxTokenNumber()
public java.util.List extractLinesPrecedingTokenNumber(java.lang.Integer toknum)
public java.lang.String toString()
toString
in class java.lang.Object