Class CharacterLiteralExpressionT

    • Constructor Summary

      Constructors 
      Constructor Description
      CharacterLiteralExpressionT​(com.github.javaparser.ast.expr.CharLiteralExpr n)  
    • 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

      • CharacterLiteralExpressionT

        public CharacterLiteralExpressionT​(com.github.javaparser.ast.expr.CharLiteralExpr n)