Package org.webpieces.templatingdev.api
Class AbstractGroovyGen
- java.lang.Object
-
- org.webpieces.templatingdev.api.AbstractGroovyGen
-
-
Constructor Summary
Constructors Constructor Description AbstractGroovyGen()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateStartAndEnd(ScriptOutput sourceCode, Token token, int uniqueId)voidvalidatePreviousSibling(Token current, Token prevous)Only needed in special cases like the #{else}# MUST have an #{/if} before it-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.webpieces.templatingdev.api.GroovyGen
generateEnd, generateStart, getName
-
-
-
-
Method Detail
-
generateStartAndEnd
public void generateStartAndEnd(ScriptOutput sourceCode, Token token, int uniqueId)
- Specified by:
generateStartAndEndin interfaceGroovyGen
-
-