com.sun.tdk.signaturetest.sigfile.f41
Class F41Parser

java.lang.Object
  extended by com.sun.tdk.signaturetest.sigfile.f40.F40Parser
      extended by com.sun.tdk.signaturetest.sigfile.f41.F41Parser
All Implemented Interfaces:
Parser
Direct Known Subclasses:
F42Parser

public class F41Parser
extends F40Parser

Parse string representation used in sigfile v4.1 and create corresponding member object


Constructor Summary
F41Parser()
           
 
Method Summary
protected  java.lang.String convertFutureSpecific(java.lang.String str, ClassDescription classDescription)
           
protected  boolean parseFutureSpecific(java.lang.String str, ClassDescription cl)
           
protected  java.lang.String parseOuter(java.lang.String str)
           
protected  ClassDescription processClassDescription(java.lang.String classDefinition)
           
protected  void processOuter(ClassDescription classDescription, java.lang.String str)
           
 
Methods inherited from class com.sun.tdk.signaturetest.sigfile.f40.F40Parser
appendAnnotations, parse, parse, parseClassDescription, parseInternals
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

F41Parser

public F41Parser()
Method Detail

parseFutureSpecific

protected boolean parseFutureSpecific(java.lang.String str,
                                      ClassDescription cl)
Overrides:
parseFutureSpecific in class F40Parser

convertFutureSpecific

protected java.lang.String convertFutureSpecific(java.lang.String str,
                                                 ClassDescription classDescription)
Overrides:
convertFutureSpecific in class F40Parser

processClassDescription

protected ClassDescription processClassDescription(java.lang.String classDefinition)
Overrides:
processClassDescription in class F40Parser

processOuter

protected void processOuter(ClassDescription classDescription,
                            java.lang.String str)
Overrides:
processOuter in class F40Parser

parseOuter

protected java.lang.String parseOuter(java.lang.String str)