|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.firstpartners.nounit.reader.bytecode.AbstractByteCodeSnippetFactory
|
+--net.firstpartners.nounit.reader.bytecode.ByteCodeMethodSnippetFactory
Reads Class Files (Byte Code) and returns them as snippets
| Constructor Summary | |
ByteCodeMethodSnippetFactory(org.gjt.jclasslib.structures.ClassFile sourceClassFile)
Constructor - Get (and store) source class file |
|
| Method Summary | |
Snippets |
getSnippets()
Get a set of snippets from the current class source |
java.util.HashMap |
splitTagVerboseIntoHashMap(java.lang.String inTagVerbose)
Splits a String (from Tag info) into paramters (a hashmap) |
| Methods inherited from class net.firstpartners.nounit.reader.bytecode.AbstractByteCodeSnippetFactory |
cleanValues, cleanValues, tidyNames |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ByteCodeMethodSnippetFactory(org.gjt.jclasslib.structures.ClassFile sourceClassFile)
sourceClassFile - - Compiled Byte Code to read| Method Detail |
public Snippets getSnippets()
throws NoUnitException
getSnippets in interface ISnippetFactorygetSnippets in class AbstractByteCodeSnippetFactorypublic java.util.HashMap splitTagVerboseIntoHashMap(java.lang.String inTagVerbose)
inTagVerbose -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||