public class SourceCode extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SourceCode.CodeLoader |
static class |
SourceCode.FileCodeLoader |
static class |
SourceCode.ReaderCodeLoader |
static class |
SourceCode.StringCodeLoader |
Constructor and Description |
---|
SourceCode(SourceCode.CodeLoader cl) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getCode() |
StringBuilder |
getCodeBuffer() |
String |
getFileName() |
String |
getSlice(int startLine,
int endLine) |
public SourceCode(SourceCode.CodeLoader cl)
public StringBuilder getCodeBuffer()
public String getSlice(int startLine, int endLine)
public String getFileName()
Copyright © 2002-2015 InfoEther. All Rights Reserved.