| Package | Description |
|---|---|
| org.purplejrank.jdk | |
| org.purplejrank.jdk.block | |
| org.purplejrank.jdk.rule |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WiredBlock
A token block which can be backreferenced
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdkBlock
Abstract
Block |
| Modifier and Type | Method and Description |
|---|---|
<T extends Block> |
JdkStream.readBlock(Class<T> type)
Read a
Block of a specified type, throwing StreamCorruptedException
if the block isn't of that type |
| Modifier and Type | Method and Description |
|---|---|
Block |
Block.parse()
Parse the token block
|
Block |
JdkStream.readBlock()
Read any block
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JdkJrankInputStream.pull(Block b)
Buffer a
Block |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayBlock |
class |
BlockdataBlock |
class |
BlockdatalongBlock |
class |
ClassBlock |
class |
ClassdescBlock |
class |
ClassdescBlock.Field |
class |
EndblockdataBlock |
class |
EnumBlock |
class |
ExceptionBlock |
class |
HeaderBlock |
class |
LongstringBlock |
class |
NullBlock |
class |
ObjectBlock |
class |
ObjectBlock.Classdata |
class |
ObjectBlock.Classdata.FieldValue |
class |
ProxyclassdescBlock |
class |
ReferenceBlock |
class |
ResetBlock |
class |
StringBlock |
| Modifier and Type | Method and Description |
|---|---|
Block |
ReferenceBlock.parse() |
Block |
EnumBlock.parse() |
Block |
LongstringBlock.parse() |
Block |
NullBlock.parse() |
Block |
EndblockdataBlock.parse() |
Block |
StringBlock.parse() |
Block |
HeaderBlock.parse() |
Block |
ExceptionBlock.parse() |
Block |
ResetBlock.parse() |
Block |
ClassdescBlock.parse() |
Block |
ObjectBlock.parse() |
Block |
ClassBlock.parse() |
Block |
ProxyclassdescBlock.parse() |
Block |
ArrayBlock.parse() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlockdataRule |
interface |
ClassdescRule |
interface |
ContentRule |
interface |
NewclassdescRule |
interface |
ObjectRule |
interface |
StringRule |
interface |
SuperclassdescRule |
Copyright © 2014. All rights reserved.