Package se.datadosen.jalbum.ast
Class ElementNode
java.lang.Object
se.datadosen.jalbum.ast.ASTNode
se.datadosen.jalbum.ast.GroupNode
se.datadosen.jalbum.ast.ElementNode
- Direct Known Subclasses:
CaseNode
,ColIteratorNode
,DefaultNode
,EnterNode
,IfElseNode
,IncludeNode
,IteratorNode
,PictureNode
,RowIteratorNode
,SwitchNode
,WidgetNode
Base class for jAlbum specific elements
-
Nested Class Summary
-
Field Summary
Fields inherited from class se.datadosen.jalbum.ast.ASTNode
magic, magicString, section
-
Constructor Summary
-
Method Summary
Methods inherited from class se.datadosen.jalbum.ast.GroupNode
add, addTextNode, doEval, getMemberCount, getMembers, setMembers
Methods inherited from class se.datadosen.jalbum.ast.ASTNode
eval, evalToString, getOffset, getSection, setOf, stripJSPComments, stripMagicChars
-
Field Details
-
element
-
-
Constructor Details
-
ElementNode
- Throws:
ElementException
-
-
Method Details