public class PreprocessorUtils
extends java.lang.Object
Constructor and Description |
---|
PreprocessorUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getenv(java.lang.String var) |
static ReadLine |
getReaderInclude(SURL url,
StringLocated s,
java.nio.charset.Charset charset) |
static ReadLine |
getReaderIncludeUrl(SURL url,
StringLocated s,
java.lang.String suf,
java.nio.charset.Charset charset) |
static ReadLine |
getReaderNonstandardInclude(StringLocated s,
java.lang.String filename) |
static ReadLine |
getReaderStdlibInclude(StringLocated s,
java.lang.String filename) |
static java.lang.String |
withEnvironmentVariable(java.lang.String s) |
public static java.lang.String withEnvironmentVariable(java.lang.String s)
public static java.lang.String getenv(java.lang.String var)
public static ReadLine getReaderNonstandardInclude(StringLocated s, java.lang.String filename)
public static ReadLine getReaderStdlibInclude(StringLocated s, java.lang.String filename)
public static ReadLine getReaderIncludeUrl(SURL url, StringLocated s, java.lang.String suf, java.nio.charset.Charset charset) throws EaterException
EaterException
public static ReadLine getReaderInclude(SURL url, StringLocated s, java.nio.charset.Charset charset) throws EaterException, java.io.UnsupportedEncodingException
EaterException
java.io.UnsupportedEncodingException