org.deft.extension.decoration.protect
Class ProtectedInformation

java.lang.Object
  extended by org.deft.repository.ast.decoration.NodeInformation
      extended by org.deft.extension.decoration.protect.ProtectedInformation

public class ProtectedInformation
extends org.deft.repository.ast.decoration.NodeInformation

After transformation from a TokenNode to XML, this information indicates not to modify it anymore.

Author:
Martin Heinzerling

Field Summary
static org.deft.repository.ast.decoration.Ident IDENT
           
 
Constructor Summary
ProtectedInformation()
           
 
Method Summary
 void addContentFromOtherNodeInformation(org.deft.repository.ast.decoration.NodeInformation newInformation)
           
 org.deft.repository.ast.decoration.NodeInformation copy()
           
 org.deft.repository.ast.decoration.Ident getIdent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IDENT

public static final org.deft.repository.ast.decoration.Ident IDENT
Constructor Detail

ProtectedInformation

public ProtectedInformation()
Method Detail

getIdent

public org.deft.repository.ast.decoration.Ident getIdent()
Specified by:
getIdent in class org.deft.repository.ast.decoration.NodeInformation

copy

public org.deft.repository.ast.decoration.NodeInformation copy()
Specified by:
copy in class org.deft.repository.ast.decoration.NodeInformation

addContentFromOtherNodeInformation

public void addContentFromOtherNodeInformation(org.deft.repository.ast.decoration.NodeInformation newInformation)
Specified by:
addContentFromOtherNodeInformation in class org.deft.repository.ast.decoration.NodeInformation