Class VariableDeclaratorTExpr

    • Constructor Summary

      Constructors 
      Constructor Description
      VariableDeclaratorTExpr​(com.github.javaparser.ast.Node originalNode, java.lang.String name, java.lang.reflect.Type type, java.util.Optional<TypedExpression> initExpression)  
    • 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()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • VariableDeclaratorTExpr

        public VariableDeclaratorTExpr​(com.github.javaparser.ast.Node originalNode,
                                       java.lang.String name,
                                       java.lang.reflect.Type type,
                                       java.util.Optional<TypedExpression> initExpression)
    • Method Detail

      • getType

        public java.util.Optional<java.lang.reflect.Type> getType()
        Specified by:
        getType in interface TypedExpression
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object