public class Section
extends de.fau.cs.osr.ptk.common.ast.InnerNode.InnerNode2
| Constructor and Description |
|---|
Section() |
Section(int level,
de.fau.cs.osr.ptk.common.ast.NodeList title,
de.fau.cs.osr.ptk.common.ast.NodeList body) |
| Modifier and Type | Method and Description |
|---|---|
de.fau.cs.osr.ptk.common.ast.NodeList |
getBody() |
String[] |
getChildNames() |
int |
getLevel() |
int |
getNodeType() |
int |
getPropertyCount() |
de.fau.cs.osr.ptk.common.ast.NodeList |
getTitle() |
de.fau.cs.osr.ptk.common.ast.AstNodePropertyIterator |
propertyIterator() |
void |
setBody(de.fau.cs.osr.ptk.common.ast.NodeList body) |
int |
setLevel(int level) |
void |
setTitle(de.fau.cs.osr.ptk.common.ast.NodeList title) |
get, remove, set, sizeadd, add, addAll, addAll, addAll, childrenHash, clear, clearAttributes, clone, contains, containsAll, defaultDeserializeFrom, defaultSerializeTo, deserializeAttributes, deserializeChildren, deserializeFrom, deserializeProperties, equals, equals, getAttribute, getAttributes, getBooleanAttribute, getIntAttribute, getLocation, getNativeLocation, getNodeName, getNodeTypeName, getProperty, getStringAttribute, hasAttribute, hasAttributes, hashCode, hasLocation, hasProperties, indexOf, isEmpty, isList, isNodeType, iterator, lastIndexOf, listIterator, listIterator, propertyHash, remove, removeAll, removeAttribute, retainAll, serializeAttributes, serializeChildren, serializeProperties, serializeTo, setAttribute, setAttributes, setBooleanAttribute, setIntAttribute, setLocation, setLocation, setNativeLocation, setProperty, setStringAttribute, subList, toArray, toArray, toStringpublic Section()
public Section(int level,
de.fau.cs.osr.ptk.common.ast.NodeList title,
de.fau.cs.osr.ptk.common.ast.NodeList body)
public int getNodeType()
getNodeType in class de.fau.cs.osr.ptk.common.ast.AstNodepublic final int getLevel()
public final int setLevel(int level)
public final int getPropertyCount()
getPropertyCount in interface de.fau.cs.osr.ptk.common.ast.AstNodePropertyInterfacegetPropertyCount in class de.fau.cs.osr.ptk.common.ast.AstNodepublic final de.fau.cs.osr.ptk.common.ast.AstNodePropertyIterator propertyIterator()
propertyIterator in interface de.fau.cs.osr.ptk.common.ast.AstNodePropertyInterfacepropertyIterator in class de.fau.cs.osr.ptk.common.ast.AstNodepublic final void setTitle(de.fau.cs.osr.ptk.common.ast.NodeList title)
public final de.fau.cs.osr.ptk.common.ast.NodeList getTitle()
public final void setBody(de.fau.cs.osr.ptk.common.ast.NodeList body)
public final de.fau.cs.osr.ptk.common.ast.NodeList getBody()
public final String[] getChildNames()
getChildNames in class de.fau.cs.osr.ptk.common.ast.InnerNodeCopyright © 2010-2012 University of Erlangen-Nürnberg - Open Source Research Group. All Rights Reserved.