Uses of Record Class
ca.mcscert.jpipe.compiler.model.DiagnosticSnapshot.ImplementorInfo
Packages that use DiagnosticSnapshot.ImplementorInfo
-
Uses of DiagnosticSnapshot.ImplementorInfo in ca.mcscert.jpipe.compiler.model
Methods in ca.mcscert.jpipe.compiler.model that return types with arguments of type DiagnosticSnapshot.ImplementorInfoModifier and TypeMethodDescriptionDiagnosticSnapshot.ModelInfo.usedBy()Returns the value of theusedByrecord component.Constructor parameters in ca.mcscert.jpipe.compiler.model with type arguments of type DiagnosticSnapshot.ImplementorInfoModifierConstructorDescriptionModelInfo(String name, String kind, String implementedTemplate, SourceLocation location, DiagnosticSnapshot.ElementCounts counts, List<DiagnosticSnapshot.ImplementorInfo> usedBy, List<DiagnosticSnapshot.SymbolInfo> symbols, List<DiagnosticSnapshot.AliasInfo> aliases) Copies every collection on the way in, as the enclosing record does.