org.purplejrank.jdk.block
public class ProxyclassdescBlock extends JdkBlock implements ObjectRule, NewclassdescRule, WiredBlock
| Modifier and Type | Field and Description |
|---|---|
protected List<ContentRule> |
classAnnotation |
protected List<String> |
proxyInterfaceNames |
protected SuperclassdescRule |
superClassDesc |
| Constructor and Description |
|---|
ProxyclassdescBlock(JdkStream jdk) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
ClassdescBlock |
getSuperClassDesc() |
Block |
parse()
Parse the token block
|
void |
writeJrank(DataOutputStream out)
Write the token block in Jrank format
|
protected List<ContentRule> classAnnotation
protected SuperclassdescRule superClassDesc
public ProxyclassdescBlock(JdkStream jdk)
public Block parse() throws IOException
Blockparse in interface BlockIOExceptionpublic String getClassName()
getClassName in interface ClassdescRulepublic ClassdescBlock getSuperClassDesc()
getSuperClassDesc in interface ClassdescRulepublic void writeJrank(DataOutputStream out) throws IOException
BlockwriteJrank in interface BlockIOExceptionCopyright © 2014. All rights reserved.