org.purplejrank.jdk.block
public class ClassdescBlock.Field extends JdkBlock
| Modifier and Type | Field and Description |
|---|---|
protected StringRule |
className |
protected String |
fieldName |
protected byte |
typeCode |
| Constructor and Description |
|---|
ClassdescBlock.Field(JdkStream jdk) |
| Modifier and Type | Method and Description |
|---|---|
StringRule |
getClassName() |
String |
getFieldName() |
byte |
getTypeCode() |
ClassdescBlock.Field |
parse()
Parse the token block
|
void |
writeJrank(DataOutputStream out)
Write the token block in Jrank format
|
protected byte typeCode
protected String fieldName
protected StringRule className
public ClassdescBlock.Field(JdkStream jdk)
public ClassdescBlock.Field parse() throws IOException
BlockIOExceptionpublic byte getTypeCode()
public String getFieldName()
public StringRule getClassName()
public void writeJrank(DataOutputStream out) throws IOException
BlockIOExceptionCopyright © 2014. All rights reserved.