public FormalParameter(Type TypeOfFP, VariableDeclaratorId NameOfFP) { this.NameOfFP = NameOfFP; this.TypeOfFP = TypeOfFP; }
public LocalVariableDeclaration(Type TypeOfLVD, VariableDeclaratorId NameOfLVD) { this.TypeOfLVD = TypeOfLVD; this.NameOfLVD = NameOfLVD; }