Class SwitchEntryT

    • Constructor Summary

      Constructors 
      Constructor Description
      SwitchEntryT​(com.github.javaparser.ast.NodeList<com.github.javaparser.ast.expr.Expression> labels, java.util.List<TypedExpression> statements)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.reflect.Type> getType()  
      com.github.javaparser.ast.Node toJavaExpression()  
      • Methods inherited from class java.lang.Object

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

      • SwitchEntryT

        public SwitchEntryT​(com.github.javaparser.ast.NodeList<com.github.javaparser.ast.expr.Expression> labels,
                            java.util.List<TypedExpression> statements)