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