Package com.cloudbees.groovy.cps
Class MethodLocation
java.lang.Object
com.cloudbees.groovy.cps.MethodLocation
- All Implemented Interfaces:
Serializable
Triplet of source file / declaring class / method name.
Separated from
SourceLocation for better reuse.- Author:
- Kohsuke Kawaguchi
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MethodLocationConstant in case source location information is unavailable. -
Constructor Summary
ConstructorsConstructorDescriptionMethodLocation(Class clazz, String methodName) MethodLocation(String declaringClass, String methodName, String fileName) -
Method Summary
-
Field Details
-
UNKNOWN
Constant in case source location information is unavailable.
-
-
Constructor Details
-
MethodLocation
-
MethodLocation
-
-
Method Details
-
getDeclaringClass
-
getMethodName
-
getFileName
-
toStackTrace
-