ist.palcom.resource.descriptor
Class AssignAction
java.lang.Object
ist.palcom.resource.descriptor.ASTNode
ist.palcom.resource.descriptor.AbstractXMLRepresentable
ist.palcom.resource.descriptor.PRDData
ist.palcom.resource.descriptor.Action
ist.palcom.resource.descriptor.AssignAction
- All Implemented Interfaces:
- IHgraphNode, XMLRepresentable
public class AssignAction
- extends Action
| Fields inherited from class ist.palcom.resource.descriptor.ASTNode |
children, encloseInBraces_visited, generatedWithCacheCycle, generatedWithCircularEnabled, generatedWithComponentCheck, getIndent_visited, getParentPRDAssemblyVer_visited, getPrettyClosingString_visited, getPrettyString_visited, numChildren, parent |
| Fields inherited from interface ist.palcom.hgraph.IHgraphNode |
CHILD_NAME_CLASH, CIRCULARITY_CLASH, COMMAND_OR_NODE_MISSING, ERROR, HANDLER_MISSING, INVOKATOR_MISSING, LISTENER_MISSING, NODE_NOT_CHILD, PATH_MISSING, SIBLING_ALREADY_EXISTS, SIBLING_NONEXISTENT, SIBLING_REFERENCE_ALREADY_EXISTS, SIBLING_REFERENCE_NONEXISTENT, STATUS_OK, VALUE_ALREADY_EXISTS, VALUE_NOT_PRESENT |
| Methods inherited from class ist.palcom.resource.descriptor.PRDData |
addNodeChild, getChildIterator, getFuncFunc, getLocalSID, getName, getNodeName, getNodeParent, getPath, getPRDDataThatEquals, getPRDDataThatIsAboutTheSameEntityAs, getSiblingFunc, getValueFunc, hasChildNamed, isAboutTheSameEntityAs, isAncestorOf, removeNodeChild, safeEqual, setChild, setNodeName, setNodeParent, toXML, toXMLFull, toXMLFullRecursively, toXMLRecursively, updatePath |
| 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_parentServiceName, Define_String_serviceKindFromSubList, Define_Universe_universe, encloseInBraces, getChild, getChildArray, getChildNoTransform, getIDforEditing, getIndent, getIndexOfChild, getNumChild, getNumChildNoTransform, getParent, getParentPRDAssemblyVer, getPrettyClosingString, getPrettyString, insertChild, prettyprint, remove, removeChild, resetTree, setParent, state, updateIDfromEditor |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getErrorList_visited
protected boolean getErrorList_visited
getAssemblyLabel_visited
protected boolean getAssemblyLabel_visited
ci_visited
protected boolean ci_visited
AssignAction
public AssignAction()
AssignAction
public AssignAction(VariableUse p0,
ParamUse p1)
flushCache
public void flushCache()
- Overrides:
flushCache in class Action
init$copy
public void init$copy(java.lang.Object o)
- Overrides:
init$copy in class Action
copy
public ASTNode copy()
- Overrides:
copy in class ASTNode
fullCopy
public ASTNode fullCopy()
- Overrides:
fullCopy in class ASTNode
getTagName
public java.lang.String getTagName()
- Specified by:
getTagName in interface XMLRepresentable- Specified by:
getTagName in class AbstractXMLRepresentable
writeXMLElement
public void writeXMLElement(KXmlSerializer serializer)
throws java.io.IOException
- Throws:
java.io.IOException
initializeFromElement
public void initializeFromElement(XmlPullParser parser)
- Description copied from interface:
XMLRepresentable
- Initialize the XMLRepresentable from the element where the parser is
currently standing. When calling this method, the parser must be on the
start tag of the element. After returning from the method, the parser
will be at the end tag of the element.
numChildren
protected int numChildren()
- Overrides:
numChildren in class Action
setVariableUse
public void setVariableUse(VariableUse node)
getVariableUse
public VariableUse getVariableUse()
getVariableUseNoTransform
public VariableUse getVariableUseNoTransform()
setParamUse
public void setParamUse(ParamUse node)
getParamUse
public ParamUse getParamUse()
getParamUseNoTransform
public ParamUse getParamUseNoTransform()
getErrorList
public ArrayList getErrorList()
- Overrides:
getErrorList in class ASTNode
getAssemblyLabel
public java.lang.String getAssemblyLabel()
- Overrides:
getAssemblyLabel in class ASTNode
ci
public CommandInfo ci()
Define_String_expectedType
public java.lang.String Define_String_expectedType(ASTNode caller,
ASTNode child)
- Overrides:
Define_String_expectedType in class ASTNode