|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.dms.kjc.MethodSignatureParser
public class MethodSignatureParser
Constructor Summary | |
---|---|
MethodSignatureParser()
|
Method Summary | |
---|---|
Object |
deepClone()
Returns a deep clone of this object. |
protected void |
deepCloneInto(MethodSignatureParser other)
Clones all fields of this into |
CType[] |
parseMethodSignature(String signature)
Returns an array of types represented by the type signature For methods, the return type is the last element of the array |
CType |
parseSignature(String signature)
Parses a VM-standard type signature. |
CType |
parseSignature(String signature,
int from,
int to)
Parses a VM-standard type signature within a signature string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodSignatureParser()
Method Detail |
---|
public final CType parseSignature(String signature)
signature
- the type signature
public CType parseSignature(String signature, int from, int to)
signature
- the type signaturefrom
- the start indexto
- the end index
public CType[] parseMethodSignature(String signature)
public Object deepClone()
deepClone
in interface DeepCloneable
protected void deepCloneInto(MethodSignatureParser other)
other
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |