ist.palcom.resource.descriptor
Class URNLeaf

java.lang.Object
  extended by ist.palcom.resource.descriptor.ASTNode
      extended by ist.palcom.resource.descriptor.URNLeaf

public class URNLeaf
extends ASTNode


Field Summary
protected  java.lang.String tokenString_String
           
 
Fields inherited from class ist.palcom.resource.descriptor.ASTNode
children, encloseInBraces_visited, generatedWithCacheCycle, generatedWithCircularEnabled, generatedWithComponentCheck, getAssemblyLabel_visited, getBrowserLabel_visited, getErrorList_visited, getIndent_visited, getParentPRDAssemblyVer_visited, getPrettyClosingString_visited, getPrettyString_visited, numChildren, parent, prettyPrintChildren_visited
 
Constructor Summary
URNLeaf()
           
URNLeaf(java.lang.String p0)
           
 
Method Summary
 ASTNode copy()
           
 void flushCache()
           
 ASTNode fullCopy()
           
 java.lang.String getString()
           
 void init$copy(java.lang.Object o)
           
protected  int numChildren()
           
 void setString(java.lang.String value)
           
 
Methods inherited from class ist.palcom.resource.descriptor.ASTNode
addASTtoList, addChild, Define_AbstractResourceAddress_custServiceAddress, Define_CommandInfo_ci, Define_Device_parentDevice, Define_Identifier_getLocalName, Define_NetworkNode_lookup, Define_PRDAssemblyVer_av, Define_Service_inhCust, Define_Service_inhProv, Define_Service_parentService, Define_String_expectedType, Define_String_parentServiceName, Define_String_serviceKindFromSubList, Define_Universe_universe, encloseInBraces, getAssemblyLabel, getBrowserLabel, getChild, getChildArray, getChildNoTransform, getErrorList, getIDforEditing, getIndent, getIndexOfChild, getNumChild, getNumChildNoTransform, getParent, getParentPRDAssemblyVer, getPrettyClosingString, getPrettyString, insertChild, prettyprint, prettyPrintChildren, remove, removeChild, resetTree, setChild, setParent, state, updateIDfromEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tokenString_String

protected java.lang.String tokenString_String
Constructor Detail

URNLeaf

public URNLeaf()

URNLeaf

public URNLeaf(java.lang.String p0)
Method Detail

flushCache

public void flushCache()
Overrides:
flushCache in class ASTNode

init$copy

public void init$copy(java.lang.Object o)
Overrides:
init$copy in class ASTNode

copy

public ASTNode copy()
Overrides:
copy in class ASTNode

fullCopy

public ASTNode fullCopy()
Overrides:
fullCopy in class ASTNode

numChildren

protected int numChildren()
Overrides:
numChildren in class ASTNode

setString

public void setString(java.lang.String value)

getString

public java.lang.String getString()