Class CastExprT

    • Constructor Summary

      Constructors 
      Constructor Description
      CastExprT​(TypedExpression innerExpr, java.lang.Class<?> type)  
    • 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

      • CastExprT

        public CastExprT​(TypedExpression innerExpr,
                         java.lang.Class<?> type)