palio.compiler.parser
Class HTMLPalioLanguage
java.lang.Object
palio.compiler.parser.Language
palio.compiler.parser.PalioLanguage
palio.compiler.parser.HTMLPalioLanguage
public class HTMLPalioLanguage
- extends PalioLanguage
- Author:
- Szymon Kuklewicz
Method Summary |
static char |
getEnterChar(char escapeChar)
|
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 |
Methods inherited from class palio.compiler.parser.Language |
addGroovyDependency, addImportedClass, addImportedPackage, clearImports, getAndClearLocalTypes, getImports, getLocalType, isCompression, setCompiledObject, setCompression, setLocalType |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLPalioLanguage
public HTMLPalioLanguage()
parseExecutable
public ParseResult parseExecutable(java.lang.String exp,
int start,
char escapeChar)
- Description copied from class:
Language
- Implementation must return LinkedList wrapped into ParseResult.
- Overrides:
parseExecutable
in class PalioLanguage
parseGetter
public ParseResult parseGetter(java.lang.String exp,
int start)
throws palio.PalioException
- Description copied from class:
Language
- Implementation must return Getter wrapped into ParseResult
- Overrides:
parseGetter
in class PalioLanguage
- Throws:
palio.PalioException
getEnterChar
public static char getEnterChar(char escapeChar)