Class ConstructorNodeUtils


  • public class ConstructorNodeUtils
    extends Object
    Utility class for working with ConstructorNodes
    • Method Detail

      • getFirstIfSpecialConstructorCall

        public static ConstructorCallExpression getFirstIfSpecialConstructorCall​(Statement code)
        Return the first statement from the constructor code if it is a call to super or this, otherwise null.
        Parameters:
        code -
        Returns:
        the first statement if a special call or null