public class PHPFileParser
extends java.lang.Object
| Constructor and Description |
|---|
PHPFileParser(java.io.File file) |
PHPFileParser(java.io.InputStream is) |
PHPFileParser(java.io.Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Section> |
getSections() |
public PHPFileParser(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionpublic PHPFileParser(java.io.Reader reader)
throws java.io.IOException
java.io.IOExceptionpublic PHPFileParser(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic java.util.List<Section> getSections()