Package java_cup.runtime
Class XMLElement.NonTerminal
- java.lang.Object
-
- java_cup.runtime.XMLElement
-
- java_cup.runtime.XMLElement.NonTerminal
-
- Enclosing class:
- XMLElement
public static class XMLElement.NonTerminal extends XMLElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java_cup.runtime.XMLElement
XMLElement.Error, XMLElement.NonTerminal, XMLElement.Terminal
-
-
Field Summary
-
Fields inherited from class java_cup.runtime.XMLElement
tagname
-
-
Constructor Summary
Constructors Constructor Description NonTerminal(java.lang.String tagname, int variant, XMLElement... l)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddump(javax.xml.stream.XMLStreamWriter writer)ComplexSymbolFactory.Locationleft()ComplexSymbolFactory.Locationright()java.util.List<XMLElement>selectById(java.lang.String s)java.lang.StringtoString()-
Methods inherited from class java_cup.runtime.XMLElement
dump, dump
-
-
-
-
Constructor Detail
-
NonTerminal
public NonTerminal(java.lang.String tagname, int variant, XMLElement... l)
-
-
Method Detail
-
selectById
public java.util.List<XMLElement> selectById(java.lang.String s)
- Specified by:
selectByIdin classXMLElement
-
left
public ComplexSymbolFactory.Location left()
- Specified by:
leftin classXMLElement
-
right
public ComplexSymbolFactory.Location right()
- Specified by:
rightin classXMLElement
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
dump
protected void dump(javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException- Specified by:
dumpin classXMLElement- Throws:
javax.xml.stream.XMLStreamException
-
-