Package net.jangaroo.jooc.mxml.ast
Class XmlAttribute
- java.lang.Object
-
- net.jangaroo.jooc.ast.NodeImplBase
-
- net.jangaroo.jooc.mxml.ast.XmlAttribute
-
- All Implemented Interfaces:
AstNode
public class XmlAttribute extends NodeImplBase
-
-
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
-
-
Constructor Summary
Constructors Constructor Description XmlAttribute(Ide ide, JooSymbol eq, JooSymbol value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidanalyze(AstNode parentNode)List<? extends AstNode>getChildren()StringgetLocalName()AstNodegetParentNode()StringgetPrefix()JooSymbolgetSymbol()JooSymbolgetValue()voidscope(Scope scope)StringtoString()voidvisit(AstVisitor visitor)-
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, isAssignmentLHS, makeChildren, notifyInstanceThisUsed, propagateInstanceThisUsed, scope, usesInstanceThis, withNewDeclarationScope, withNewLabelScope
-
-
-
-
Method Detail
-
getSymbol
public JooSymbol getSymbol()
-
getValue
public JooSymbol getValue()
-
getChildren
public List<? extends AstNode> getChildren()
- Specified by:
getChildrenin interfaceAstNode- Overrides:
getChildrenin classNodeImplBase
-
scope
public void scope(Scope scope)
-
analyze
public void analyze(AstNode parentNode)
- Specified by:
analyzein interfaceAstNode- Overrides:
analyzein classNodeImplBase
-
getParentNode
public AstNode getParentNode()
- Specified by:
getParentNodein interfaceAstNode- Overrides:
getParentNodein classNodeImplBase
-
visit
public void visit(AstVisitor visitor) throws IOException
- Throws:
IOException
-
getLocalName
public String getLocalName()
-
getPrefix
public String getPrefix()
- See Also:
Node.getPrefix()
-
-