Class JExprHelper


  • public class JExprHelper
    extends java.lang.Object
    Author:
    Elias Ricken de Medeiros
    • Constructor Summary

      Constructors 
      Constructor Description
      JExprHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.sun.codemodel.JFieldRef buildFieldRef​(com.sun.codemodel.JFieldVar fieldVar)
      Build a JFieldRef prefixed by 'this.'
      • Methods inherited from class java.lang.Object

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

      • JExprHelper

        public JExprHelper()
    • Method Detail

      • buildFieldRef

        public static com.sun.codemodel.JFieldRef buildFieldRef​(com.sun.codemodel.JFieldVar fieldVar)
        Build a JFieldRef prefixed by 'this.'
        Parameters:
        fieldVar - field to be referenced via 'this.'
        Returns:
        a JFieldRef prefixed by 'this.'