|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.diagrams.connectors.classes.asm_parser.DescriptionParser
public class DescriptionParser
The class is a helper class for AsmClassDataSource. It helps to parse JVM Method/type signature into meaningful pieces.
Constructor Summary | |
---|---|
DescriptionParser(java.lang.String description)
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
readParamsList()
Reads list of method parameters (type names) from signature. |
java.lang.String |
readType()
The methods reads a single type from the signature. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DescriptionParser(java.lang.String description)
description
- -
the descriptor (JVM method or field signature) to be parsedMethod Detail |
---|
public java.util.List<java.lang.String> readParamsList() throws java.text.ParseException
java.text.ParseException
public java.lang.String readType() throws java.text.ParseException
java.text.ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |