Package com.github.javaparser.ast.body
Class CallableDeclaration.Signature
- java.lang.Object
-
- com.github.javaparser.ast.body.CallableDeclaration.Signature
-
- Enclosing class:
- CallableDeclaration<T extends CallableDeclaration<?>>
public static class CallableDeclaration.Signature extends Object
A method or constructor signature. Note that since JavaParser has no real knowledge of types - only the text found in the source file - using this will fail in some cases. (java.util.String != String for example, and generics are not taken into account.)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasString()booleanequals(Object o)StringgetName()List<Type>getParameterTypes()inthashCode()StringtoString()
-