class Field {

  TPH JBCG x;
Field(){
    super(());
    this.x = 5;
  }
  TPH JBCJ m(){
    return this.x;
  }

  Field(){
    super(());
  }

}