public class PalioLanguage extends Language
Language.Getter
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String[] |
DEFAULT_MODULES |
htmlPalioLanguage, javaPalioLanguage, PREPROCESSOR, superPalioLanguage
Constructor and Description |
---|
PalioLanguage() |
Modifier and Type | Method and Description |
---|---|
ParseResult |
createGenericExecutable(ParseResult common) |
ParseResult |
createGenericGetter(ParseResult common) |
protected Language |
getPreferredLanguageForCommonGetters() |
ParseResult |
parseExecutable(java.lang.String exp,
int start,
char escapeChar)
Implementation must return LinkedList wrapped into ParseResult.
|
ParseResult |
parseGetter(java.lang.String exp,
int start)
Implementation must return Getter wrapped into ParseResult
|
ParseResult |
parseParams(java.lang.String exp,
int start) |
addGroovyDependency, addImportedClass, addImportedPackage, clearImports, getAndClearLocalTypes, getImports, getLocalType, isCompression, setCompiledObject, setCompression, setLocalType
public ParseResult parseExecutable(java.lang.String exp, int start, char escapeChar) throws PalioException
Language
parseExecutable
in class Language
PalioException
public ParseResult parseGetter(java.lang.String exp, int start) throws PalioException
Language
parseGetter
in class Language
PalioException
public final ParseResult createGenericExecutable(ParseResult common)
public final ParseResult createGenericGetter(ParseResult common) throws PalioException
PalioException
protected Language getPreferredLanguageForCommonGetters()
public final ParseResult parseParams(java.lang.String exp, int start) throws PalioException
PalioException