Serialized Form
-
Package org.exbin.xbup.parser_tree
-
Class org.exbin.xbup.parser_tree.XBTree extends java.lang.Object implements Serializable
-
Serialized Fields
-
rootNode
XBTreeNode rootNode
-
-
-
Class org.exbin.xbup.parser_tree.XBTreeDocument extends XBTree implements Serializable
-
Serialized Fields
-
fileName
java.lang.String fileName
-
modified
boolean modified
-
tailData
org.exbin.xbup.core.type.XBData tailData
-
-
-
Class org.exbin.xbup.parser_tree.XBTreeNode extends java.lang.Object implements Serializable
-
Serialized Fields
-
attributes
java.util.List<org.exbin.xbup.core.parser.token.XBAttribute> attributes
-
data
org.exbin.auxiliary.paged_data.EditableBinaryData data
-
dataMode
org.exbin.xbup.core.block.XBBlockDataMode dataMode
-
children
java.util.List<org.exbin.xbup.core.block.XBBlock> children
-
parent
XBTreeNode parent
-
terminationMode
org.exbin.xbup.core.block.XBBlockTerminationMode terminationMode
-
-
-
Class org.exbin.xbup.parser_tree.XBTTree extends java.lang.Object implements Serializable
-
Serialized Fields
-
catalog
org.exbin.xbup.core.catalog.XBCatalog catalog
-
rootContext
org.exbin.xbup.core.block.declaration.XBContext rootContext
-
rootNode
XBTTreeNode rootNode
-
-
-
Class org.exbin.xbup.parser_tree.XBTTreeDocument extends XBTTree implements Serializable
-
Serialized Fields
-
fileName
java.lang.String fileName
-
modified
boolean modified
-
tailData
org.exbin.xbup.core.type.XBData tailData
-
-
-
Class org.exbin.xbup.parser_tree.XBTTreeNode extends java.lang.Object implements Serializable
-
Serialized Fields
-
attributes
java.util.List<org.exbin.xbup.core.parser.token.XBAttribute> attributes
-
blockDecl
org.exbin.xbup.core.block.declaration.XBBlockDecl blockDecl
-
blockType
org.exbin.xbup.core.block.XBFixedBlockType blockType
-
context
org.exbin.xbup.core.block.declaration.XBContext context
-
data
org.exbin.auxiliary.paged_data.EditableBinaryData data
-
dataMode
org.exbin.xbup.core.block.XBBlockDataMode dataMode
-
children
java.util.List<org.exbin.xbup.core.block.XBTBlock> children
-
parent
XBTTreeNode parent
-
singleAttributeType
boolean singleAttributeType
-
terminationMode
org.exbin.xbup.core.block.XBBlockTerminationMode terminationMode
-
-
-