Class Expressions.RecursiveExpression

  • Enclosing class:
    Expressions

    private static final class Expressions.RecursiveExpression
    extends Expression
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.function.UnaryOperator<com.squareup.javapoet.CodeBlock> fromOuterMethod  
    • Constructor Summary

      Constructors 
      Constructor Description
      RecursiveExpression​(java.util.function.UnaryOperator<com.squareup.javapoet.CodeBlock> fromOuterMethod)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <X> X match​(Expression.Cases<X> cases)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fromOuterMethod

        private final java.util.function.UnaryOperator<com.squareup.javapoet.CodeBlock> fromOuterMethod
    • Constructor Detail

      • RecursiveExpression

        RecursiveExpression​(java.util.function.UnaryOperator<com.squareup.javapoet.CodeBlock> fromOuterMethod)