Class ConstructorStatement

All Implemented Interfaces:
IParsedElement, IParsedElementWithAtLeastOneDeclaration, IStatement, IConstructorStatement, IFunctionStatement

public class ConstructorStatement extends FunctionStatement implements IConstructorStatement
  • Field Details

    • _bConstructKeyword

      private boolean _bConstructKeyword
  • Constructor Details

    • ConstructorStatement

      public ConstructorStatement(boolean bConstructKeyword)
  • Method Details