public final class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter$Observer$lambda_findTokenTextElementForComment_5__960 extends java.lang.Object implements java.util.function.Function
{
public static java.util.function.Function bootstrap$()
{
com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter$Observer$lambda_findTokenTextElementForComment_5__960 v;
v = new com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter$Observer$lambda_findTokenTextElementForComment_5__960;
specialinvoke v.<com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter$Observer$lambda_findTokenTextElementForComment_5__960: void <init>()>();
return v;
}
public void <init>()
{
com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter$Observer$lambda_findTokenTextElementForComment_5__960 v;
v := @this: com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter$Observer$lambda_findTokenTextElementForComment_5__960;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(java.lang.Object)
{
com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter$Observer$lambda_findTokenTextElementForComment_5__960 v;
java.lang.Object v;
com.github.javaparser.printer.lexicalpreservation.TokenTextElement v;
v := @this: com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter$Observer$lambda_findTokenTextElementForComment_5__960;
v := @parameter: java.lang.Object;
v = staticinvoke <com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter$Observer: com.github.javaparser.printer.lexicalpreservation.TokenTextElement lambda$findTokenTextElementForComment$5(com.github.javaparser.printer.lexicalpreservation.TextElement)>(v);
return v;
}
}