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