public class SourceFragmentsReader extends StringReader
Constructor and Description |
---|
SourceFragmentsReader(String sourcePath,
ISourceFragment[] sourceFragments) |
Modifier and Type | Method and Description |
---|---|
void |
adjustLocation(TokenBase token) |
static String |
concatLogicalText(ISourceFragment[] sourceFragments)
Concatenates the logical text of multiple source fragments.
|
int |
getLogicalEnd() |
String |
toString() |
close, mark, markSupported, read, read, ready, reset, skip
public SourceFragmentsReader(String sourcePath, ISourceFragment[] sourceFragments)
public static String concatLogicalText(ISourceFragment[] sourceFragments)
public void adjustLocation(TokenBase token)
public int getLogicalEnd()
Copyright © 2016 The Apache Software Foundation. All rights reserved.