Package net.jangaroo.jooc.mxml.ast
Class XmlHeader
- java.lang.Object
-
- net.jangaroo.jooc.ast.NodeImplBase
-
- net.jangaroo.jooc.mxml.ast.XmlTag
-
- net.jangaroo.jooc.mxml.ast.XmlHeader
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
-
-
Field Summary
-
Fields inherited from class net.jangaroo.jooc.ast.NodeImplBase
usesInstanceThis
-
-
Method Summary
-
Methods inherited from class net.jangaroo.jooc.mxml.ast.XmlTag
analyze, getAttributes, getChildren, getLocalName, getParentNode, getPrefix, getSymbol, getSymGt, getSymLt, scope, toString, visit
-
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, isAssignmentLHS, makeChildren, notifyInstanceThisUsed, propagateInstanceThisUsed, scope, usesInstanceThis, withNewDeclarationScope, withNewLabelScope
-
-
-
-
Constructor Detail
-
XmlHeader
public XmlHeader(JooSymbol lt, Ide xmlIde, List<XmlAttribute> attributes, JooSymbol gt)
-
-