Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.dom.EnhancedForWithRecordPattern
Packages, die EnhancedForWithRecordPattern verwenden
Package
Beschreibung
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Verwendungen von EnhancedForWithRecordPattern in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ EnhancedForWithRecordPatternModifizierer und TypMethodeBeschreibungvoidASTVisitor.endVisit(EnhancedForWithRecordPattern node) End of visit the given type-specific AST node.booleanASTMatcher.match(EnhancedForWithRecordPattern node, Object other) Returns whether the given node and the other object match.booleanASTVisitor.visit(EnhancedForWithRecordPattern node) Visits the given type-specific AST node.