org.deft.extension.decoration.protect
Class ProtectedInformation
java.lang.Object
org.deft.repository.ast.decoration.NodeInformation
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
|
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 |
IDENT
public static final org.deft.repository.ast.decoration.Ident IDENT
ProtectedInformation
public ProtectedInformation()
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