org.purplejrank.jdk.block
public class ReferenceBlock extends JdkBlock implements ObjectRule, ClassdescRule, StringRule
| Modifier and Type | Field and Description |
|---|---|
protected int |
handle |
| Constructor and Description |
|---|
ReferenceBlock(JdkStream jdk) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getString() |
ClassdescBlock |
getSuperClassDesc() |
WiredBlock |
getWired() |
Block |
parse()
Parse the token block
|
void |
writeJrank(DataOutputStream out)
Write the token block in Jrank format
|
public ReferenceBlock(JdkStream jdk)
public Block parse() throws IOException
Blockparse in interface BlockIOExceptionpublic WiredBlock getWired()
public String getClassName()
getClassName in interface ClassdescRulepublic ClassdescBlock getSuperClassDesc()
getSuperClassDesc in interface ClassdescRulepublic void writeJrank(DataOutputStream out) throws IOException
BlockwriteJrank in interface BlockIOExceptionpublic String getString()
getString in interface StringRuleCopyright © 2014. All rights reserved.