Uses of Interface
spoon.reflect.code.CtRecordPattern
Packages that use CtRecordPattern
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
This package defines all the sub-factories for the Spoon meta-model.
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
This package contains some default implementations for commonly used processing tasks.
-
Uses of CtRecordPattern in spoon.reflect.code
Methods in spoon.reflect.code that return CtRecordPatternModifier and TypeMethodDescriptionCtRecordPattern.addPattern(CtPattern pattern) Adds an inner patterns to the list of inner patterns of this record.CtRecordPattern.clone()CtRecordPattern.setPatternList(List<CtPattern> patternList) Sets the inner patterns of this record pattern.CtRecordPattern.setRecordType(CtTypeReference<?> recordType) Sets the type of the deconstructed record. -
Uses of CtRecordPattern in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtRecordPattern -
Uses of CtRecordPattern in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtRecordPatternModifier and TypeMethodDescriptionvoidCtAbstractVisitor.visitCtRecordPattern(CtRecordPattern recordPattern) voidCtBiScannerDefault.visitCtRecordPattern(CtRecordPattern recordPattern) voidCtInheritanceScanner.visitCtRecordPattern(CtRecordPattern pattern) voidCtScanner.visitCtRecordPattern(CtRecordPattern recordPattern) voidCtVisitor.visitCtRecordPattern(CtRecordPattern recordPattern) Visits a record pattern.voidDefaultJavaPrettyPrinter.visitCtRecordPattern(CtRecordPattern recordPattern) -
Uses of CtRecordPattern in spoon.support
Methods in spoon.support that return CtRecordPattern -
Uses of CtRecordPattern in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtRecordPatternModifier and TypeMethodDescriptionvoidParentExiter.visitCtRecordPattern(CtRecordPattern pattern) -
Uses of CtRecordPattern in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtRecordPatternMethods in spoon.support.reflect.code that return CtRecordPatternModifier and TypeMethodDescriptionCtRecordPatternImpl.addPattern(CtPattern pattern) CtRecordPatternImpl.clone()CtRecordPatternImpl.setPatternList(List<CtPattern> patternList) CtRecordPatternImpl.setRecordType(CtTypeReference<?> recordType) -
Uses of CtRecordPattern in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtRecordPatternModifier and TypeMethodDescriptionvoidCloneVisitor.visitCtRecordPattern(CtRecordPattern recordPattern) -
Uses of CtRecordPattern in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtRecordPatternModifier and TypeMethodDescriptionvoidReplacementVisitor.visitCtRecordPattern(CtRecordPattern recordPattern)