Uses of Interface
spoon.reflect.code.CtPattern
Packages that use CtPattern
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
-
Uses of CtPattern in spoon.reflect.code
Subinterfaces of CtPattern in spoon.reflect.codeModifier and TypeInterfaceDescriptioninterface
This code element defines a type pattern, introduced in Java 16 by JEP 394. -
Uses of CtPattern in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtPatternModifier and TypeMethodDescriptionvoid
CtInheritanceScanner.scanCtPattern(CtPattern pattern)
Scans a pattern -
Uses of CtPattern in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtPattern