Class SimpleNameTExpr

    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleNameTExpr​(java.lang.String constraintName, java.lang.Class<?> clazz)  
    • 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.expr.Expression toJavaExpression()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • SimpleNameTExpr

        public SimpleNameTExpr​(java.lang.String constraintName,
                               java.lang.Class<?> clazz)
    • 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