Class MapPutExprT

    • Constructor Summary

      Constructors 
      Constructor Description
      MapPutExprT​(TypedExpression name, com.github.javaparser.ast.expr.Expression key, TypedExpression value, java.util.Optional<java.lang.reflect.Type> 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

      • MapPutExprT

        public MapPutExprT​(TypedExpression name,
                           com.github.javaparser.ast.expr.Expression key,
                           TypedExpression value,
                           java.util.Optional<java.lang.reflect.Type> type)