public class Url
extends de.fau.cs.osr.ptk.common.ast.LeafNode
Protocol ::= [A-Za-z] [A-Za-z0-9+\-.]*
Path ::= [^ - \"\[\]<>|]+
Url ::= Scheme ':' Path
| Constructor and Description |
|---|
Url() |
Url(String protocol,
String path) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNodeType() |
String |
getPath() |
int |
getPropertyCount() |
String |
getProtocol() |
de.fau.cs.osr.ptk.common.ast.AstNodePropertyIterator |
propertyIterator() |
String |
setPath(String path) |
String |
setProtocol(String protocol) |
add, add, addAll, addAll, addAll, childrenHash, clear, clearAttributes, clone, contains, containsAll, defaultDeserializeFrom, defaultSerializeTo, deserializeAttributes, deserializeChildren, deserializeFrom, deserializeProperties, equals, equals, get, 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, remove, removeAll, removeAttribute, retainAll, serializeAttributes, serializeChildren, serializeProperties, serializeTo, set, setAttribute, setAttributes, setBooleanAttribute, setIntAttribute, setLocation, setLocation, setNativeLocation, setProperty, setStringAttribute, subList, toArray, toArray, toStringpublic int getNodeType()
getNodeType in class de.fau.cs.osr.ptk.common.ast.AstNodepublic final String getProtocol()
public final String getPath()
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.AstNodeCopyright © 2010-2012 University of Erlangen-Nürnberg - Open Source Research Group. All Rights Reserved.