public class TemplateArgument
extends de.fau.cs.osr.ptk.common.ast.InnerNode.InnerNode2
| Constructor and Description |
|---|
TemplateArgument() |
TemplateArgument(de.fau.cs.osr.ptk.common.ast.NodeList value,
boolean hasName) |
TemplateArgument(de.fau.cs.osr.ptk.common.ast.NodeList name,
de.fau.cs.osr.ptk.common.ast.NodeList value,
boolean hasName) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getChildNames() |
boolean |
getHasName() |
de.fau.cs.osr.ptk.common.ast.NodeList |
getName() |
int |
getNodeType() |
int |
getPropertyCount() |
de.fau.cs.osr.ptk.common.ast.NodeList |
getValue() |
de.fau.cs.osr.ptk.common.ast.AstNodePropertyIterator |
propertyIterator() |
boolean |
setHasName(boolean hasName) |
void |
setName(de.fau.cs.osr.ptk.common.ast.NodeList name) |
void |
setValue(de.fau.cs.osr.ptk.common.ast.NodeList value) |
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 TemplateArgument()
public TemplateArgument(de.fau.cs.osr.ptk.common.ast.NodeList value,
boolean hasName)
public TemplateArgument(de.fau.cs.osr.ptk.common.ast.NodeList name,
de.fau.cs.osr.ptk.common.ast.NodeList value,
boolean hasName)
public int getNodeType()
getNodeType in class de.fau.cs.osr.ptk.common.ast.AstNodepublic final boolean getHasName()
public final boolean setHasName(boolean hasName)
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 setName(de.fau.cs.osr.ptk.common.ast.NodeList name)
public final de.fau.cs.osr.ptk.common.ast.NodeList getName()
public final void setValue(de.fau.cs.osr.ptk.common.ast.NodeList value)
public final de.fau.cs.osr.ptk.common.ast.NodeList getValue()
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.