Class ValueFactoryRef


  • public class ValueFactoryRef
    extends JVarRef
    See Also:
    ValueFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueFactoryRef​(com.sun.codemodel.JVar variable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.sun.codemodel.JInvocation newValue()  
      com.sun.codemodel.JInvocation newValue​(com.sun.codemodel.JExpression valueExpr)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValueFactoryRef

        public ValueFactoryRef​(com.sun.codemodel.JVar variable)
    • Method Detail

      • newValue

        public com.sun.codemodel.JInvocation newValue()
        See Also:
        ValueFactory.newValue()
      • newValue

        public com.sun.codemodel.JInvocation newValue​(com.sun.codemodel.JExpression valueExpr)
        See Also:
        ValueFactory.newValue(Number)