Uses of Class
com.github.javaparser.ast.body.CallableDeclaration
Packages that use CallableDeclaration
-
Uses of CallableDeclaration in com.github.javaparser.ast.body
Classes in com.github.javaparser.ast.body with type parameters of type CallableDeclarationModifier and TypeClassDescriptionclassCallableDeclaration<T extends CallableDeclaration<?>>Represents a declaration which is callable eg.Subclasses of CallableDeclaration in com.github.javaparser.ast.bodyModifier and TypeClassDescriptionclassA constructor declaration:class X { X() { } }where X(){} is the constructor declaration.classA method declaration.Methods in com.github.javaparser.ast.body that return CallableDeclarationModifier and TypeMethodDescriptionBodyDeclaration.asCallableDeclaration()CallableDeclaration.asCallableDeclaration()CallableDeclaration.clone()CallableDeclaration.removeReceiverParameter()Methods in com.github.javaparser.ast.body that return types with arguments of type CallableDeclarationModifier and TypeMethodDescriptionTypeDeclaration.getCallablesWithSignature(CallableDeclaration.Signature signature)BodyDeclaration.toCallableDeclaration()CallableDeclaration.toCallableDeclaration()Method parameters in com.github.javaparser.ast.body with type arguments of type CallableDeclarationModifier and TypeMethodDescriptionvoidBodyDeclaration.ifCallableDeclaration(Consumer<CallableDeclaration> action)voidCallableDeclaration.ifCallableDeclaration(Consumer<CallableDeclaration> action)