recoderBlock(String block, Context context) parses a given JavaBlock using the context to determine the right
references and returns a statement block of recoder.
wraps a RECODER ClassDeclaration in a compilation unit
Parameters: classDecl - the recoder.java.ClassDeclaration to wrap Parameters: cUnit - the recoder.java.CompilationUnit where the class is wrapped the enclosing recoder.java.CompilationUnit
returns the hashmap of a concrete RecodeR class to the constructor of its
corresponding KeY class. Speeds up reflection.
Attention must be overwritten by subclasses!
parses a given JavaBlock using the context to determine the right
references and returns a statement block of recoder.
Parameters: block - a String describing a java block Parameters: context - recoder.java.CompilationUnit in which the block has to be interpreted the parsed and resolved recoder statement block