Class Callable
A callable is a method or constructor.
Import path
import java
Direct supertypes
Indirect supertypes
Known direct subtypes
Predicates
accesses | Holds if field |
calls | Holds if this callable calls |
callsConstructor | Holds if this callable calls |
callsImpl | Holds if |
callsSuper | Holds if this callable calls |
callsSuperConstructor | Holds if this callable calls |
callsThis | Holds if this callable calls |
getACallSite | Gets the call site of a call from this callable to a callee. |
getACallee | Gets a callee that may be called from this callable. |
getAParamType | Gets the type of a formal parameter of this callable. |
getAParameter | Gets a formal parameter of this callable. |
getAReference | Gets a call site that references this callable. |
getAThrownExceptionType | Gets an exception type that occurs in the |
getAnAccessedField | Gets a field accessed in this callable. |
getAnException | Gets an exception that occurs in the |
getBody | Gets the body of this callable, if any. |
getMethodDescriptor | Gets the bytecode method descriptor, encoding parameter and return types, but not the name of the callable. |
getMetrics | Cast this callable to a class that provides access to metrics information. |
getNumberOfParameters | Gets the number of formal parameters of this callable. |
getParameter | Gets the formal parameter at the specified (zero-based) position. |
getParameterType | Gets the type of the formal parameter at the specified (zero-based) position. |
getReturnType | Gets the declared return type of this callable ( |
getSignature | Gets the signature of this callable, where all types in the signature have a fully-qualified name. |
getSourceDeclaration | Gets the source declaration of this callable. |
getStringSignature | Gets the signature of this callable, including its name and the types of all its parameters, identified by their simple (unqualified) names. |
hasNoParameters | Holds if this callable does not have any formal parameters. |
hasStringSignature | Holds if this callable has the specified string signature. |
isSourceDeclaration | Holds if this callable is the same as its source declaration. |
isVarargs | Holds if the last parameter of this callable is a varargs (variable arity) parameter. |
paramsString | Gets a parenthesized string containing all parameter types of this callable, separated by a comma. |
polyCalls | Holds if this callable may call the specified callable, taking virtual dispatch into account. |
reads | Holds if field |
writes | Holds if field |
Inherited predicates
contains | Holds if this element transitively contains the specified element | from Element |
fromSource | Holds if this element pertains to a source file. | from Element |
getAModifier | Gets a modifier of this element. | from Modifiable |
getAPrimaryQlClass | Gets the name of a primary CodeQL class to which this element belongs. | from Top |
getAnAnnotation | Gets an annotation that applies to this element. | from Annotatable |
getCompilationUnit | Gets the compilation unit that this element belongs to. | from Element |
getDeclaringType | Gets the type in which this member is declared. | from Member |
getDoc | Cast this element to a | from Element |
getEnclosingCallable | Gets the immediately enclosing callable, if this member is declared in an anonymous or local class. | from Member |
getFile | Gets the file associated with this element. | from Top |
getLocation | Gets the source location for this element. | from Top |
getName | Gets the name of this element. | from Element |
getNumberOfCommentLines | Gets the number of comment lines that this element ranges over. | from Top |
getNumberOfLinesOfCode | Gets the number of lines of code that this element ranges over. | from Top |
getQualifiedName | Gets the qualified name of this member. | from Member |
getTotalNumberOfLines | Gets the total number of lines that this element ranges over, including lines of code, comment and whitespace-only lines. | from Top |
hasAnnotation | Holds if this element has an annotation. | from Annotatable |
hasAnnotation | Holds if this element has the specified annotation. | from Annotatable |
hasChildElement | Holds if this element is the immediate parent of the specified element | from Element |
hasLocationInfo | Holds if this element is at the specified location. The location spans column | from Top |
hasModifier | Holds if this element has modifier | from Modifiable |
hasName | Holds if this element has the specified | from Element |
hasNoModifier | Holds if this element has no modifier. | from Modifiable |
isAbstract | Holds if this element has an | from Modifiable |
isDefault | Holds if this element has a | from Modifiable |
isFinal | Holds if this element has a | from Modifiable |
isNative | Holds if this element has a | from Modifiable |
isPackageProtected | Holds if this member is package protected, that is, neither public nor private nor protected. | from Member |
isPrivate | Holds if this element has a | from Modifiable |
isProtected | Holds if this element has a | from Modifiable |
isPublic | Holds if this element has a | from Modifiable |
isStatic | Holds if this element has a | from Modifiable |
isStrictfp | Holds if this element has a | from Modifiable |
isSynchronized | Holds if this element has a | from Modifiable |
isTransient | Holds if this element has a | from Modifiable |
isVolatile | Holds if this element has a | from Modifiable |
suppressesWarningsAbout | Holds if this or any enclosing | from Annotatable |
toString | Gets a textual representation of this element. | from Top |